-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
- Loading branch information
Showing
5 changed files
with
406 additions
and
338 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
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,102 +1,97 @@ | ||
module github.com/sftpgo/sftpgo-plugin-kms | ||
|
||
go 1.17 | ||
go 1.18 | ||
|
||
require ( | ||
github.com/hashicorp/go-hclog v1.0.0 | ||
github.com/hashicorp/go-plugin v1.4.3 | ||
github.com/sftpgo/sdk v0.0.0-20220110174344-ecf586dd8941 | ||
gocloud.dev v0.24.0 | ||
gocloud.dev/secrets/hashivault v0.24.0 | ||
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3 | ||
github.com/hashicorp/go-hclog v1.2.0 | ||
github.com/hashicorp/go-plugin v1.4.4 | ||
github.com/sftpgo/sdk v0.1.1 | ||
gocloud.dev v0.25.0 | ||
gocloud.dev/secrets/hashivault v0.25.0 | ||
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e | ||
) | ||
|
||
require ( | ||
cloud.google.com/go v0.99.0 // indirect | ||
cloud.google.com/go/kms v1.1.0 // indirect | ||
github.com/Azure/azure-sdk-for-go v60.0.0+incompatible // indirect | ||
cloud.google.com/go v0.102.0 // indirect | ||
cloud.google.com/go/compute v1.6.1 // indirect | ||
cloud.google.com/go/iam v0.3.0 // indirect | ||
cloud.google.com/go/kms v1.4.0 // indirect | ||
github.com/Azure/azure-sdk-for-go v65.0.0+incompatible // indirect | ||
github.com/Azure/go-autorest v14.2.0+incompatible // indirect | ||
github.com/Azure/go-autorest/autorest v0.11.22 // indirect | ||
github.com/Azure/go-autorest/autorest/adal v0.9.17 // indirect | ||
github.com/Azure/go-autorest/autorest/azure/auth v0.5.9 // indirect | ||
github.com/Azure/go-autorest/autorest/azure/cli v0.4.4 // 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/armon/go-metrics v0.3.10 // 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.42.26 // indirect | ||
github.com/aws/aws-sdk-go-v2 v1.11.2 // indirect | ||
github.com/aws/aws-sdk-go-v2/config v1.11.0 // indirect | ||
github.com/aws/aws-sdk-go-v2/credentials v1.6.4 // indirect | ||
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.8.2 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.2 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.0.2 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/ini v1.3.2 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.5.2 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/kms v1.11.1 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/sso v1.6.2 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/sts v1.11.1 // indirect | ||
github.com/aws/smithy-go v1.9.0 // indirect | ||
github.com/aws/aws-sdk-go v1.44.27 // indirect | ||
github.com/aws/aws-sdk-go-v2 v1.16.4 // indirect | ||
github.com/aws/aws-sdk-go-v2/config v1.15.9 // indirect | ||
github.com/aws/aws-sdk-go-v2/credentials v1.12.4 // indirect | ||
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.5 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/ini v1.3.12 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.5 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/kms v1.17.2 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/sso v1.11.7 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/sts v1.16.6 // indirect | ||
github.com/aws/smithy-go v1.11.2 // indirect | ||
github.com/cenkalti/backoff/v3 v3.2.2 // indirect | ||
github.com/census-instrumentation/opencensus-proto v0.3.0 // indirect | ||
github.com/cespare/xxhash/v2 v2.1.2 // indirect | ||
github.com/cncf/udpa/go v0.0.0-20210930031921-04548b0d99d4 // indirect | ||
github.com/cncf/xds/go v0.0.0-20211216145620-d92e9ce0af51 // indirect | ||
github.com/dimchansky/utfbom v1.1.1 // indirect | ||
github.com/envoyproxy/go-control-plane v0.10.1 // indirect | ||
github.com/envoyproxy/protoc-gen-validate v0.6.2 // indirect | ||
github.com/fatih/color v1.13.0 // indirect | ||
github.com/golang-jwt/jwt/v4 v4.1.0 // indirect | ||
github.com/golang-jwt/jwt/v4 v4.4.1 // 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/go-cmp v0.5.6 // indirect | ||
github.com/google/go-cmp v0.5.8 // indirect | ||
github.com/google/wire v0.5.0 // indirect | ||
github.com/googleapis/gax-go/v2 v2.1.1 // indirect | ||
github.com/googleapis/gax-go/v2 v2.4.0 // indirect | ||
github.com/hashicorp/errwrap v1.1.0 // indirect | ||
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect | ||
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect | ||
github.com/hashicorp/go-multierror v1.1.1 // indirect | ||
github.com/hashicorp/go-retryablehttp v0.7.0 // 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.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.2 // indirect | ||
github.com/hashicorp/go-version v1.3.0 // indirect | ||
github.com/hashicorp/go-uuid v1.0.3 // indirect | ||
github.com/hashicorp/go-version v1.5.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.3.0 // indirect | ||
github.com/hashicorp/vault/sdk v0.3.0 // indirect | ||
github.com/hashicorp/vault/api v1.6.0 // indirect | ||
github.com/hashicorp/vault/sdk v0.5.0 // indirect | ||
github.com/hashicorp/yamux v0.0.0-20211028200310-0bc27b27de87 // indirect | ||
github.com/jmespath/go-jmespath v0.4.0 // 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/mitchellh/go-homedir v1.1.0 // indirect | ||
github.com/mitchellh/go-testing-interface v1.14.1 // indirect | ||
github.com/mitchellh/mapstructure v1.4.3 // 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/ryanuber/go-glob v1.0.0 // indirect | ||
go.opencensus.io v0.23.0 // indirect | ||
go.uber.org/atomic v1.9.0 // indirect | ||
golang.org/x/net v0.0.0-20220105145211-5b0dc2dfae98 // indirect | ||
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect | ||
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect | ||
golang.org/x/net v0.0.0-20220531201128-c960675eff93 // indirect | ||
golang.org/x/oauth2 v0.0.0-20220524215830-622c5d57e401 // indirect | ||
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect | ||
golang.org/x/text v0.3.7 // indirect | ||
golang.org/x/time v0.0.0-20211116232009-f0f3c7e86c11 // indirect | ||
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect | ||
google.golang.org/api v0.63.0 // indirect | ||
golang.org/x/time v0.0.0-20220411224347-583f2d630306 // indirect | ||
golang.org/x/xerrors v0.0.0-20220517211312-f3a8303e98df // indirect | ||
google.golang.org/api v0.82.0 // indirect | ||
google.golang.org/appengine v1.6.7 // indirect | ||
google.golang.org/genproto v0.0.0-20211223182754-3ac035c7e7cb // indirect | ||
google.golang.org/grpc v1.43.0 // indirect | ||
google.golang.org/protobuf v1.27.1 // indirect | ||
google.golang.org/genproto v0.0.0-20220602131408-e326c6e8e9c8 // indirect | ||
google.golang.org/grpc v1.47.0 // indirect | ||
google.golang.org/protobuf v1.28.0 // indirect | ||
gopkg.in/square/go-jose.v2 v2.6.0 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
) |
Oops, something went wrong.