This repository has been archived by the owner on Mar 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #33 from splunk/mw/vault-upgrade
Upgrade vault 1.8.1 and runc to 1.0.0-rc95
- Loading branch information
Showing
18 changed files
with
1,634 additions
and
212 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,63 +1,26 @@ | ||
module github.com/splunk/vault-plugin-splunk | ||
|
||
go 1.12 | ||
go 1.16 | ||
|
||
require ( | ||
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect | ||
github.com/Microsoft/go-winio v0.4.13 // indirect | ||
github.com/NYTimes/gziphandler v1.1.1 // indirect | ||
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect | ||
github.com/armon/go-metrics v0.0.0-20190430140413-ec5e00d3c878 // indirect | ||
github.com/armon/go-radix v1.0.0 // indirect | ||
github.com/cenkalti/backoff v2.2.1+incompatible // indirect | ||
github.com/containerd/continuity v0.0.0-20190426062206-aaeac12a7ffc // indirect | ||
github.com/dghubble/sling v1.3.0 | ||
github.com/docker/go-connections v0.4.0 // indirect | ||
github.com/docker/go-units v0.4.0 // indirect | ||
github.com/elazarl/go-bindata-assetfs v1.0.0 // indirect | ||
github.com/fatih/color v1.12.0 // indirect | ||
github.com/fatih/structs v1.1.0 | ||
github.com/go-sql-driver/mysql v1.4.1 // indirect | ||
github.com/go-test/deep v1.0.5 // indirect | ||
github.com/golang/snappy v0.0.1 // indirect | ||
github.com/google/go-querystring v1.0.0 | ||
github.com/gotestyourself/gotestyourself v2.2.0+incompatible // indirect | ||
github.com/hashicorp/errwrap v1.0.0 | ||
github.com/hashicorp/go-cleanhttp v0.5.1 // indirect | ||
github.com/hashicorp/go-hclog v0.9.2 | ||
github.com/hashicorp/go-memdb v1.0.3 // indirect | ||
github.com/hashicorp/go-plugin v1.0.1 // indirect | ||
github.com/hashicorp/go-retryablehttp v0.5.4 // indirect | ||
github.com/hashicorp/go-rootcerts v1.0.1 // indirect | ||
github.com/hashicorp/go-sockaddr v1.0.2 // indirect | ||
github.com/hashicorp/go-uuid v1.0.1 | ||
github.com/hashicorp/go-version v1.2.0 // indirect | ||
github.com/hashicorp/golang-lru v0.5.3 // indirect | ||
github.com/hashicorp/hcl v1.0.0 // indirect | ||
github.com/hashicorp/vault v1.1.4 | ||
github.com/jefferai/jsonx v1.0.1 // indirect | ||
github.com/keybase/go-crypto v0.0.0-20190416182011-b785b22cc757 // indirect | ||
github.com/lib/pq v1.2.0 // indirect | ||
github.com/mitchellh/copystructure v1.0.0 // indirect | ||
github.com/mitchellh/go-testing-interface v1.0.0 // indirect | ||
github.com/mitchellh/mapstructure v1.1.2 | ||
github.com/mitchellh/reflectwalk v1.0.1 // indirect | ||
github.com/hashicorp/go-hclog v0.16.1 | ||
github.com/hashicorp/go-uuid v1.0.2 | ||
github.com/hashicorp/vault v1.8.1 | ||
github.com/hashicorp/vault/api v1.1.2-0.20210713235431-1fc8af4c041f | ||
github.com/hashicorp/vault/sdk v0.2.2-0.20210713235431-1fc8af4c041f | ||
github.com/mattn/go-isatty v0.0.13 // indirect | ||
github.com/mitchellh/mapstructure v1.3.3 | ||
github.com/mr-tron/base58 v1.1.3 | ||
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect | ||
github.com/opencontainers/image-spec v1.0.1 // indirect | ||
github.com/opencontainers/runc v0.1.1 // indirect | ||
github.com/ory/dockertest v3.3.4+incompatible | ||
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect | ||
github.com/pierrec/lz4 v2.2.6+incompatible // indirect | ||
github.com/prometheus/client_golang v1.1.0 // indirect | ||
github.com/ryanuber/go-glob v1.0.0 // indirect | ||
github.com/opencontainers/runc v1.0.0-rc95 // indirect | ||
github.com/ory/dockertest v3.3.5+incompatible | ||
github.com/sethvargo/go-password v0.1.3 | ||
github.com/sirupsen/logrus v1.4.2 // indirect | ||
golang.org/x/net v0.0.0-20190620200207-3b0461eec859 // indirect | ||
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 | ||
golang.org/x/sys v0.0.0-20190804053845-51ab0e2deafa // indirect | ||
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect | ||
google.golang.org/appengine v1.6.0 // indirect | ||
google.golang.org/grpc v1.22.1 // indirect | ||
gopkg.in/square/go-jose.v2 v2.3.1 // indirect | ||
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d | ||
golang.org/x/sys v0.0.0-20210818153620-00dd8d7831e7 // indirect | ||
golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b // indirect | ||
golang.org/x/tools v0.1.5 // indirect | ||
gotest.tools v2.2.0+incompatible | ||
) |
Oops, something went wrong.