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/hcl v1.0.0 // indirect github.com/hashicorp/terraform v0.12.0 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 go.mozilla.org/gopgagent v0.0.0-20170926210634-4d7ea76ff71a // indirect go.mozilla.org/sops v0.0.0-20181108154941-647d8ed41b61 gopkg.in/yaml.v2 v2.2.2 )