mirror of
https://github.com/Mic92/sops-nix.git
synced 2024-12-14 11:57:52 +00:00
7423f3fe9e
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20220708085239-5a0f0661e09d to 0.5.0. - [Release notes](https://github.com/golang/sys/releases) - [Commits](https://github.com/golang/sys/commits/v0.5.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
34 lines
1.5 KiB
Modula-2
34 lines
1.5 KiB
Modula-2
module github.com/Mic92/sops-nix
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/Azure/azure-sdk-for-go v66.0.0+incompatible // indirect
|
|
github.com/Azure/go-autorest/autorest v0.11.27 // indirect
|
|
github.com/Azure/go-autorest/autorest/adal v0.9.20 // indirect
|
|
github.com/Mic92/ssh-to-age v0.0.0-20220621201837-f006bbe6b80b
|
|
github.com/ProtonMail/go-crypto v0.0.0-20220623141421-5afb4c282135
|
|
github.com/armon/go-metrics v0.4.0 // indirect
|
|
github.com/aws/aws-sdk-go v1.44.51 // indirect
|
|
github.com/golang-jwt/jwt/v4 v4.4.2 // indirect
|
|
github.com/hashicorp/go-hclog v1.2.1 // indirect
|
|
github.com/hashicorp/go-plugin v1.4.4 // indirect
|
|
github.com/hashicorp/go-retryablehttp v0.7.1 // indirect
|
|
github.com/hashicorp/go-uuid v1.0.3 // indirect
|
|
github.com/hashicorp/go-version v1.6.0 // indirect
|
|
github.com/hashicorp/vault/api v1.7.2 // indirect
|
|
github.com/hashicorp/vault/sdk v0.5.2 // indirect
|
|
github.com/joho/godotenv v1.4.0
|
|
github.com/lib/pq v1.10.6 // indirect
|
|
github.com/mozilla-services/yaml v0.0.0-20201007153854-c369669a6625
|
|
go.mozilla.org/sops/v3 v3.7.3
|
|
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d
|
|
golang.org/x/net v0.0.0-20220706163947-c90051bbdb60 // indirect
|
|
golang.org/x/oauth2 v0.0.0-20220630143837-2104d58473e0 // indirect
|
|
golang.org/x/sys v0.5.0
|
|
golang.org/x/term v0.0.0-20220526004731-065cf7ba2467 // indirect
|
|
golang.org/x/time v0.0.0-20220609170525-579cf78fd858 // indirect
|
|
google.golang.org/api v0.86.0 // indirect
|
|
google.golang.org/genproto v0.0.0-20220708155623-50e5f4832e73 // indirect
|
|
gopkg.in/ini.v1 v1.66.6 // indirect
|
|
)
|