1
0
Fork 0
mirror of https://github.com/Mic92/sops-nix.git synced 2024-12-14 11:57:52 +00:00
sops-nix/go.mod

29 lines
1.3 KiB
Modula-2
Raw Normal View History

2020-07-12 12:50:55 +00:00
module github.com/Mic92/sops-nix
go 1.14
require (
2022-05-14 04:19:46 +00:00
github.com/Azure/azure-sdk-for-go v64.0.0+incompatible // indirect
github.com/Azure/go-autorest/autorest v0.11.27 // indirect
github.com/Azure/go-autorest/autorest/adal v0.9.19 // indirect
2021-09-01 11:32:03 +00:00
github.com/Mic92/ssh-to-age v0.0.0-20210829164312-1fe15380abe4
2022-05-14 04:19:46 +00:00
github.com/ProtonMail/go-crypto v0.0.0-20220512085406-902f79d34c9f
github.com/armon/go-metrics v0.3.11 // indirect
github.com/aws/aws-sdk-go v1.44.14 // indirect
github.com/golang-jwt/jwt/v4 v4.4.1 // indirect
github.com/googleapis/gax-go/v2 v2.4.0 // indirect
github.com/hashicorp/go-plugin v1.4.4 // indirect
github.com/hashicorp/go-retryablehttp v0.7.1 // indirect
github.com/hashicorp/go-secure-stdlib/parseutil v0.1.4 // indirect
github.com/hashicorp/go-uuid v1.0.3 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
2021-09-01 11:57:13 +00:00
github.com/mozilla-services/yaml v0.0.0-20201007153854-c369669a6625
2022-05-14 04:19:46 +00:00
go.mozilla.org/sops/v3 v3.7.3
golang.org/x/crypto v0.0.0-20220513210258-46612604a0f9
golang.org/x/sys v0.0.0-20220513210249-45d2b4557a2a
golang.org/x/term v0.0.0-20220411215600-e5f449aeb171 // indirect
golang.org/x/time v0.0.0-20220411224347-583f2d630306 // indirect
google.golang.org/api v0.79.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20220512140231-539c8e751b99 // indirect
2020-07-12 12:50:55 +00:00
)