-
-
Notifications
You must be signed in to change notification settings - Fork 24
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: Martin Baillie <[email protected]>
- Loading branch information
1 parent
1d72dfe
commit 9d605f8
Showing
4 changed files
with
188 additions
and
79 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,38 @@ | ||
module github.com/martinbaillie/vault-plugin-secrets-github | ||
|
||
go 1.15 | ||
go 1.16 | ||
|
||
require ( | ||
github.com/armon/go-radix v1.0.0 // indirect | ||
github.com/armon/go-metrics v0.3.7 // indirect | ||
github.com/bradleyfalzon/ghinstallation v1.1.1 | ||
github.com/fatih/color v1.10.0 // indirect | ||
github.com/frankban/quicktest v1.4.1 // indirect | ||
github.com/go-test/deep v1.0.2 // indirect | ||
github.com/golang/snappy v0.0.2 // indirect | ||
github.com/golang/snappy v0.0.3 // indirect | ||
github.com/google/go-github/v29 v29.0.3 // indirect | ||
github.com/google/go-querystring v1.1.0 // indirect | ||
github.com/hashicorp/errwrap v1.1.0 // indirect | ||
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect | ||
github.com/hashicorp/go-hclog v0.15.0 | ||
github.com/hashicorp/go-hclog v0.16.0 | ||
github.com/hashicorp/go-immutable-radix v1.3.0 // indirect | ||
github.com/hashicorp/go-multierror v1.1.0 // indirect | ||
github.com/hashicorp/go-plugin v1.4.0 // indirect | ||
github.com/hashicorp/go-multierror v1.1.1 // indirect | ||
github.com/hashicorp/go-plugin v1.4.1 // indirect | ||
github.com/hashicorp/go-retryablehttp v0.6.8 // indirect | ||
github.com/hashicorp/go-rootcerts v1.0.2 // indirect | ||
github.com/hashicorp/go-uuid v1.0.2 // indirect | ||
github.com/hashicorp/go-version v1.2.1 // indirect | ||
github.com/hashicorp/go-version v1.3.0 // indirect | ||
github.com/hashicorp/golang-lru v0.5.4 // indirect | ||
github.com/hashicorp/vault/api v1.0.5-0.20191108163347-bdd38fca2cff | ||
github.com/hashicorp/vault/sdk v0.1.14-0.20191112033314-390e96e22eb2 | ||
github.com/hashicorp/yamux v0.0.0-20200609203250-aecfd211c9ce // indirect | ||
github.com/hashicorp/vault/api v1.1.0 | ||
github.com/hashicorp/vault/sdk v0.2.0 | ||
github.com/hashicorp/yamux v0.0.0-20210316155119-a95892c5f864 // indirect | ||
github.com/mitchellh/copystructure v1.1.2 // indirect | ||
github.com/mitchellh/go-testing-interface v1.14.1 // indirect | ||
github.com/mitchellh/mapstructure v1.4.1 // indirect | ||
github.com/oklog/run v1.1.0 // indirect | ||
github.com/pierrec/lz4 v2.6.0+incompatible // indirect | ||
github.com/prometheus/client_golang v1.9.0 | ||
github.com/prometheus/client_golang v1.10.0 | ||
github.com/prometheus/common v0.21.0 | ||
github.com/prometheus/procfs v0.6.0 // indirect | ||
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83 // indirect | ||
golang.org/x/net v0.0.0-20210220033124-5f55cee0dc0d // indirect | ||
golang.org/x/sys v0.0.0-20210220050731-9a76102bfb43 // indirect | ||
golang.org/x/text v0.3.5 // indirect | ||
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b // indirect | ||
golang.org/x/net v0.0.0-20210423184538-5f58ad60dda6 // indirect | ||
golang.org/x/sys v0.0.0-20210426080607-c94f62235c83 // indirect | ||
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba // indirect | ||
google.golang.org/genproto v0.0.0-20210219173056-d891e3cb3b5b // indirect | ||
google.golang.org/grpc v1.35.0 // indirect | ||
gopkg.in/square/go-jose.v2 v2.5.1 // indirect | ||
google.golang.org/genproto v0.0.0-20210423144448-3a41ef94ed2b // indirect | ||
google.golang.org/grpc v1.37.0 // indirect | ||
gotest.tools v2.2.0+incompatible | ||
) |
Oops, something went wrong.