forked from carlpett/terraform-provider-sops
-
Notifications
You must be signed in to change notification settings - Fork 5
/
go.mod
19 lines (17 loc) · 810 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/lokkersp/terraform-provider-sops
go 1.16
require (
github.com/Azure/azure-sdk-for-go v36.1.0+incompatible // indirect
github.com/Azure/go-autorest/autorest/adal v0.8.1-0.20191028180845-3492b2aff503 // indirect
github.com/Azure/go-autorest/autorest/azure/auth v0.4.0 // indirect
github.com/hashicorp/terraform-plugin-sdk/v2 v2.7.0
github.com/hashicorp/yamux v0.0.0-20190923154419-df201c70410d // indirect
github.com/howeyc/gopass v0.0.0-20190910152052-7cb4b85ec19c // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/mitchellh/go-wordwrap v1.0.1
github.com/mitchellh/gox v1.0.1 // indirect
go.mozilla.org/sops v0.0.0-20190912205235-14a22d7a7060 // indirect
go.mozilla.org/sops/v3 v3.7.0
gopkg.in/ini.v1 v1.62.0
gopkg.in/yaml.v2 v2.3.0
)