forked from carlpett/terraform-provider-sops
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
23 lines (21 loc) · 1.09 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/carlpett/terraform-provider-sops
go 1.12
require (
contrib.go.opencensus.io/exporter/ocagent v0.2.0 // indirect
github.com/Azure/azure-sdk-for-go v24.1.0+incompatible // indirect
github.com/Azure/go-autorest v11.3.2+incompatible // indirect
github.com/census-instrumentation/opencensus-proto v0.1.0 // indirect
github.com/dimchansky/utfbom v1.1.0 // indirect
github.com/goware/prefixer v0.0.0-20160118172347-395022866408 // indirect
github.com/hashicorp/go-hclog v0.0.0-20190109152822-4783caec6f2e // indirect
github.com/hashicorp/terraform v0.12.2
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect
github.com/howeyc/gopass v0.0.0-20170109162249-bf9dde6d0d2c // indirect
github.com/mozilla-services/yaml v0.0.0-20180922153656-28ffe5d0cafb // indirect
github.com/pkg/errors v0.8.1 // indirect
github.com/sirupsen/logrus v1.3.0 // indirect
github.com/terraform-providers/terraform-provider-local v1.3.0
go.mozilla.org/gopgagent v0.0.0-20170926210634-4d7ea76ff71a // indirect
go.mozilla.org/sops v0.0.0-20190611200209-e9e1e87723c8
gopkg.in/yaml.v2 v2.2.2
)