forked from jetbrains-infra/vault-plugin-secrets-kubernetes
-
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.
Update plugin, use go 1.16, kubernetes client 0.22.1 and vault sdk 0.…
…2.1 (jetbrains-infra#9) Update plugin, use go 1.16, kubernetes client 0.22.1 and vault sdk 0.2.1
- Loading branch information
Showing
14 changed files
with
764 additions
and
100 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
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
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
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,58 +1,14 @@ | ||
module github.com/jetbrains-infra/vault-plugin-secrets-kubernetes | ||
|
||
go 1.13 | ||
go 1.16 | ||
|
||
require ( | ||
github.com/SermoDigital/jose v0.9.2-0.20180104203859-803625baeddc | ||
github.com/armon/go-radix v1.0.0 | ||
github.com/davecgh/go-spew v1.1.1 | ||
github.com/ghodss/yaml v0.0.0-20150909031657-73d445a93680 | ||
github.com/gogo/protobuf v0.0.0-20170330071051-c0656edd0d9e | ||
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b | ||
github.com/golang/protobuf v1.2.0 | ||
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db | ||
github.com/google/btree v0.0.0-20160524151835-7d79101e329e | ||
github.com/google/gofuzz v0.0.0-20161122191042-44d81051d367 | ||
github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d | ||
github.com/gregjones/httpcache v0.0.0-20170728041850-787624de3eb7 | ||
github.com/grpc/grpc-go v1.14.0 | ||
github.com/hashicorp/errwrap v1.0.0 | ||
github.com/hashicorp/go-cleanhttp v0.5.0 | ||
github.com/hashicorp/go-hclog v0.0.0-20181001195459-61d530d6c27f | ||
github.com/hashicorp/go-immutable-radix v1.0.0 | ||
github.com/hashicorp/go-multierror v1.0.0 | ||
github.com/hashicorp/go-plugin v0.0.0-20181030172320-54b6ff97d818 | ||
github.com/hashicorp/go-retryablehttp v0.5.0 | ||
github.com/hashicorp/go-rootcerts v0.0.0-20160503143440-6bb64b370b90 | ||
github.com/hashicorp/go-sockaddr v0.0.0-20180320115054-6d291a969b86 | ||
github.com/hashicorp/go-uuid v1.0.0 | ||
github.com/hashicorp/go-version v1.0.0 | ||
github.com/hashicorp/golang-lru v0.5.0 | ||
github.com/hashicorp/hcl v1.0.1-0.20180906183839-65a6292f0157 | ||
github.com/hashicorp/vault v0.11.3 | ||
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d | ||
github.com/json-iterator/go v0.0.0-20180612202835-f2b4162afba3 | ||
github.com/mitchellh/go-homedir v1.0.0 | ||
github.com/mitchellh/go-testing-interface v1.0.0 | ||
github.com/mitchellh/mapstructure v1.1.2 | ||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd | ||
github.com/modern-go/reflect2 v0.0.0-20180320133207-05fbef0ca5da | ||
github.com/oklog/run v1.0.1-0.20180308005104-6934b124db28 | ||
github.com/peterbourgon/diskv v2.0.1+incompatible | ||
github.com/pierrec/lz4 v1.0.2-0.20181027085611-623b5a2f4d2a | ||
github.com/ryanuber/go-glob v0.0.0-20170128012129-256dc444b735 | ||
golang.org/x/crypto v0.0.0-20180808211826-de0752318171 | ||
golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3 // indirect | ||
golang.org/x/net v0.0.0-20181106065722-10aee1819953 | ||
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be | ||
golang.org/x/sys v0.0.0-20181122145206-62eef0e2fa9b | ||
golang.org/x/text v0.3.0 | ||
golang.org/x/time v0.0.0-20161028155119-f51c12702a4d | ||
google.golang.org/genproto v0.0.0-20181109154231-b5d43981345b | ||
google.golang.org/grpc v1.16.0 | ||
gopkg.in/inf.v0 v0.9.1 // indirect | ||
gopkg.in/yaml.v2 v2.0.0-20170721113624-670d4cfef054 | ||
k8s.io/api v0.0.0-20181004124137-fd83cbc87e76 | ||
k8s.io/apimachinery v0.0.0-20180913025736-6dd46049f395 | ||
k8s.io/client-go v9.0.0+incompatible | ||
github.com/hashicorp/errwrap v1.1.0 | ||
github.com/hashicorp/go-hclog v0.16.1 | ||
github.com/hashicorp/vault/api v1.1.1 | ||
github.com/hashicorp/vault/sdk v0.2.1 | ||
github.com/mitchellh/mapstructure v1.3.2 | ||
k8s.io/api v0.22.1 | ||
k8s.io/apimachinery v0.22.1 | ||
k8s.io/client-go v0.22.1 | ||
) |
Oops, something went wrong.