mirror of
https://github.com/getsops/sops.git
synced 2026-02-05 12:45:21 +01:00
36 lines
1.4 KiB
Modula-2
36 lines
1.4 KiB
Modula-2
module go.mozilla.org/sops/v3
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
cloud.google.com/go v0.43.0
|
|
github.com/Azure/azure-sdk-for-go v31.2.0+incompatible
|
|
github.com/Azure/go-autorest/autorest v0.9.0
|
|
github.com/Azure/go-autorest/autorest/azure/auth v0.1.0
|
|
github.com/Azure/go-autorest/autorest/to v0.3.0 // indirect
|
|
github.com/Azure/go-autorest/autorest/validation v0.2.0 // indirect
|
|
github.com/aws/aws-sdk-go v1.23.13
|
|
github.com/blang/semver v3.5.1+incompatible
|
|
github.com/fatih/color v1.7.0
|
|
github.com/golang/protobuf v1.3.2
|
|
github.com/google/shlex v0.0.0-20181106134648-c34317bd91bf
|
|
github.com/goware/prefixer v0.0.0-20160118172347-395022866408
|
|
github.com/hashicorp/vault/api v1.0.4
|
|
github.com/howeyc/gopass v0.0.0-20170109162249-bf9dde6d0d2c
|
|
github.com/lib/pq v1.2.0
|
|
github.com/mitchellh/go-wordwrap v1.0.0
|
|
github.com/mozilla-services/yaml v0.0.0-20191106225358-5c216288813c
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/sirupsen/logrus v1.4.2
|
|
github.com/smartystreets/goconvey v0.0.0-20190710185942-9d28bd7c0945 // indirect
|
|
github.com/stretchr/testify v1.3.0
|
|
go.mozilla.org/gopgagent v0.0.0-20170926210634-4d7ea76ff71a
|
|
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4
|
|
golang.org/x/net v0.0.0-20190724013045-ca1201d0de80
|
|
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
|
|
google.golang.org/api v0.7.0
|
|
google.golang.org/grpc v1.22.1
|
|
gopkg.in/ini.v1 v1.44.0
|
|
gopkg.in/urfave/cli.v1 v1.20.0
|
|
)
|