-
Notifications
You must be signed in to change notification settings - Fork 149
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
switch to new getsops-maintained sops library
- Loading branch information
Showing
4 changed files
with
263 additions
and
318 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,98 +1,97 @@ | ||
module github.com/Mic92/sops-nix | ||
|
||
go 1.18 | ||
go 1.20 | ||
|
||
require ( | ||
github.com/Mic92/ssh-to-age v0.0.0-20220621201837-f006bbe6b80b | ||
github.com/Mic92/ssh-to-age v0.0.0-20230911085441-91f02ae4cf11 | ||
github.com/getsops/sops/v3 v3.8.0 | ||
github.com/joho/godotenv v1.5.1 | ||
github.com/mozilla-services/yaml v0.0.0-20201007153854-c369669a6625 | ||
go.mozilla.org/sops/v3 v3.7.3 | ||
golang.org/x/crypto v0.13.0 | ||
golang.org/x/sys v0.12.0 | ||
) | ||
|
||
require ( | ||
cloud.google.com/go/compute v1.15.1 // indirect | ||
cloud.google.com/go/compute v1.23.0 // indirect | ||
cloud.google.com/go/compute/metadata v0.2.3 // indirect | ||
filippo.io/age v1.0.0 // indirect | ||
cloud.google.com/go/iam v1.1.1 // indirect | ||
cloud.google.com/go/kms v1.15.2 // indirect | ||
filippo.io/age v1.1.1 // indirect | ||
filippo.io/edwards25519 v1.0.0 // indirect | ||
github.com/Azure/azure-sdk-for-go v66.0.0+incompatible // indirect | ||
github.com/Azure/go-autorest v14.2.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/Azure/go-autorest/autorest/azure/auth v0.5.11 // indirect | ||
github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 // indirect | ||
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect | ||
github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect | ||
github.com/Azure/go-autorest/autorest/validation v0.3.1 // indirect | ||
github.com/Azure/go-autorest/logger v0.2.1 // indirect | ||
github.com/Azure/go-autorest/tracing v0.6.0 // indirect | ||
github.com/ProtonMail/go-crypto v0.0.0-20220623141421-5afb4c282135 // indirect | ||
github.com/armon/go-metrics v0.4.0 // indirect | ||
github.com/armon/go-radix v1.0.0 // indirect | ||
github.com/aws/aws-sdk-go v1.44.51 // indirect | ||
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.7.2 // indirect | ||
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.3.1 // indirect | ||
github.com/Azure/azure-sdk-for-go/sdk/internal v1.3.0 // indirect | ||
github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azkeys v1.0.1 // indirect | ||
github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/internal v1.0.0 // indirect | ||
github.com/AzureAD/microsoft-authentication-library-for-go v1.1.1 // indirect | ||
github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371 // indirect | ||
github.com/aws/aws-sdk-go-v2 v1.21.0 // indirect | ||
github.com/aws/aws-sdk-go-v2/config v1.18.39 // indirect | ||
github.com/aws/aws-sdk-go-v2/credentials v1.13.37 // indirect | ||
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.13.11 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.41 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.35 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/ini v1.3.42 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.35 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/kms v1.24.5 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/sso v1.13.6 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.15.6 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/sts v1.21.5 // indirect | ||
github.com/aws/smithy-go v1.14.2 // indirect | ||
github.com/blang/semver v3.5.1+incompatible // indirect | ||
github.com/cenkalti/backoff/v3 v3.2.2 // indirect | ||
github.com/dimchansky/utfbom v1.1.1 // indirect | ||
github.com/fatih/color v1.13.0 // indirect | ||
github.com/golang-jwt/jwt/v4 v4.4.2 // indirect | ||
github.com/cloudflare/circl v1.3.3 // indirect | ||
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect | ||
github.com/fatih/color v1.15.0 // indirect | ||
github.com/getsops/gopgagent v0.0.0-20170926210634-4d7ea76ff71a // indirect | ||
github.com/go-jose/go-jose/v3 v3.0.0 // indirect | ||
github.com/golang-jwt/jwt/v5 v5.0.0 // indirect | ||
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect | ||
github.com/golang/protobuf v1.5.2 // indirect | ||
github.com/golang/snappy v0.0.4 // indirect | ||
github.com/google/uuid v1.3.0 // indirect | ||
github.com/googleapis/enterprise-certificate-proxy v0.2.0 // indirect | ||
github.com/googleapis/gax-go/v2 v2.7.0 // indirect | ||
github.com/golang/protobuf v1.5.3 // indirect | ||
github.com/google/go-cmp v0.5.9 // indirect | ||
github.com/google/s2a-go v0.1.7 // indirect | ||
github.com/google/uuid v1.3.1 // indirect | ||
github.com/googleapis/enterprise-certificate-proxy v0.2.5 // indirect | ||
github.com/googleapis/gax-go/v2 v2.12.0 // indirect | ||
github.com/goware/prefixer v0.0.0-20160118172347-395022866408 // indirect | ||
github.com/hashicorp/errwrap v1.1.0 // indirect | ||
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect | ||
github.com/hashicorp/go-hclog v1.2.1 // indirect | ||
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect | ||
github.com/hashicorp/go-multierror v1.1.1 // indirect | ||
github.com/hashicorp/go-plugin v1.4.4 // indirect | ||
github.com/hashicorp/go-retryablehttp v0.7.1 // indirect | ||
github.com/hashicorp/go-rootcerts v1.0.2 // indirect | ||
github.com/hashicorp/go-secure-stdlib/mlock v0.1.2 // indirect | ||
github.com/hashicorp/go-secure-stdlib/parseutil v0.1.6 // indirect | ||
github.com/hashicorp/go-secure-stdlib/strutil v0.1.2 // indirect | ||
github.com/hashicorp/go-sockaddr v1.0.2 // indirect | ||
github.com/hashicorp/go-uuid v1.0.3 // indirect | ||
github.com/hashicorp/go-version v1.6.0 // indirect | ||
github.com/hashicorp/golang-lru v0.5.4 // indirect | ||
github.com/hashicorp/hcl v1.0.0 // indirect | ||
github.com/hashicorp/vault/api v1.7.2 // indirect | ||
github.com/hashicorp/vault/sdk v0.5.2 // indirect | ||
github.com/hashicorp/yamux v0.0.0-20211028200310-0bc27b27de87 // indirect | ||
github.com/howeyc/gopass v0.0.0-20210920133722-c8aef6fb66ef // indirect | ||
github.com/jmespath/go-jmespath v0.4.0 // indirect | ||
github.com/lib/pq v1.10.6 // indirect | ||
github.com/mattn/go-colorable v0.1.12 // indirect | ||
github.com/mattn/go-isatty v0.0.14 // indirect | ||
github.com/mitchellh/copystructure v1.2.0 // indirect | ||
github.com/hashicorp/vault/api v1.10.0 // indirect | ||
github.com/kr/pretty v0.3.1 // indirect | ||
github.com/kylelemons/godebug v1.1.0 // indirect | ||
github.com/lib/pq v1.10.9 // indirect | ||
github.com/mattn/go-colorable v0.1.13 // indirect | ||
github.com/mattn/go-isatty v0.0.17 // indirect | ||
github.com/mitchellh/go-homedir v1.1.0 // indirect | ||
github.com/mitchellh/go-testing-interface v1.14.1 // indirect | ||
github.com/mitchellh/go-wordwrap v1.0.1 // indirect | ||
github.com/mitchellh/mapstructure v1.5.0 // indirect | ||
github.com/mitchellh/reflectwalk v1.0.2 // indirect | ||
github.com/oklog/run v1.1.0 // indirect | ||
github.com/pierrec/lz4 v2.6.1+incompatible // indirect | ||
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/russross/blackfriday/v2 v2.1.0 // indirect | ||
github.com/ryanuber/go-glob v1.0.0 // indirect | ||
github.com/sirupsen/logrus v1.8.1 // indirect | ||
go.mozilla.org/gopgagent v0.0.0-20170926210634-4d7ea76ff71a // indirect | ||
github.com/sirupsen/logrus v1.9.3 // indirect | ||
github.com/urfave/cli v1.22.14 // indirect | ||
go.opencensus.io v0.24.0 // indirect | ||
go.uber.org/atomic v1.9.0 // indirect | ||
golang.org/x/net v0.10.0 // indirect | ||
golang.org/x/oauth2 v0.4.0 // indirect | ||
golang.org/x/net v0.15.0 // indirect | ||
golang.org/x/oauth2 v0.12.0 // indirect | ||
golang.org/x/sync v0.3.0 // indirect | ||
golang.org/x/term v0.12.0 // indirect | ||
golang.org/x/text v0.13.0 // indirect | ||
golang.org/x/time v0.0.0-20220609170525-579cf78fd858 // indirect | ||
google.golang.org/api v0.103.0 // indirect | ||
google.golang.org/api v0.141.0 // indirect | ||
google.golang.org/appengine v1.6.7 // indirect | ||
google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect | ||
google.golang.org/grpc v1.53.0 // indirect | ||
google.golang.org/protobuf v1.28.1 // indirect | ||
gopkg.in/ini.v1 v1.66.6 // indirect | ||
gopkg.in/square/go-jose.v2 v2.6.0 // indirect | ||
gopkg.in/urfave/cli.v1 v1.20.0 // indirect | ||
google.golang.org/genproto v0.0.0-20230822172742-b8732ec3820d // indirect | ||
google.golang.org/genproto/googleapis/api v0.0.0-20230803162519-f966b187b2e5 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20230913181813-007df8e322eb // indirect | ||
google.golang.org/grpc v1.58.1 // indirect | ||
google.golang.org/protobuf v1.31.0 // indirect | ||
gopkg.in/ini.v1 v1.67.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
Oops, something went wrong.