Skip to content

Commit

Permalink
Fix vault version back to recent
Browse files Browse the repository at this point in the history
  • Loading branch information
Joibel committed Feb 18, 2023
1 parent a24664d commit d7c42d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 395 deletions.
10 changes: 2 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.20

require (
github.com/crumbhole/bitwardenwrapper v0.0.0-20230218201331-228a231a3fa2
github.com/hashicorp/vault v1.4.7
github.com/hashicorp/vault v1.12.2
github.com/hashicorp/vault/api v1.9.0
golang.org/x/crypto v0.6.0
)
Expand Down Expand Up @@ -35,10 +35,8 @@ require (
github.com/NYTimes/gziphandler v1.1.1 // indirect
github.com/PuerkitoBio/purell v1.1.1 // indirect
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6 // indirect
github.com/aliyun/alibaba-cloud-sdk-go v1.61.1499 // indirect
github.com/armon/go-metrics v0.4.0 // indirect
github.com/armon/go-proxyproto v0.0.0-20190211145416-68259f75880e // indirect
github.com/armon/go-radix v1.0.0 // indirect
github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef // indirect
github.com/aws/aws-sdk-go v1.44.95 // indirect
Expand All @@ -60,7 +58,6 @@ require (
github.com/dnaeon/go-vcr v1.2.0 // indirect
github.com/docker/distribution v2.8.1+incompatible // indirect
github.com/duosecurity/duo_api_golang v0.0.0-20190308151101-6c680f768e74 // indirect
github.com/elazarl/go-bindata-assetfs v1.0.0 // indirect
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
github.com/fatih/color v1.13.0 // indirect
github.com/frankban/quicktest v1.11.3 // indirect
Expand Down Expand Up @@ -99,7 +96,6 @@ require (
github.com/hashicorp/go-discover v0.0.0-20210818145131-c573d69da192 // indirect
github.com/hashicorp/go-hclog v1.3.1 // indirect
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
github.com/hashicorp/go-kms-wrapping v0.5.1 // indirect
github.com/hashicorp/go-kms-wrapping/entropy/v2 v2.0.0 // indirect
github.com/hashicorp/go-kms-wrapping/v2 v2.0.5 // indirect
github.com/hashicorp/go-kms-wrapping/wrappers/aead/v2 v2.0.4 // indirect
Expand All @@ -108,6 +104,7 @@ require (
github.com/hashicorp/go-kms-wrapping/wrappers/azurekeyvault/v2 v2.0.1 // indirect
github.com/hashicorp/go-kms-wrapping/wrappers/gcpckms/v2 v2.0.1 // indirect
github.com/hashicorp/go-kms-wrapping/wrappers/ocikms/v2 v2.0.0 // indirect
github.com/hashicorp/go-kms-wrapping/wrappers/transit/v2 v2.0.1 // indirect
github.com/hashicorp/go-memdb v1.3.3 // indirect
github.com/hashicorp/go-msgpack v1.1.5 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
Expand Down Expand Up @@ -146,7 +143,6 @@ require (
github.com/json-iterator/go v1.1.12 // indirect
github.com/kelseyhightower/envconfig v1.4.0 // indirect
github.com/keybase/go-crypto v0.0.0-20190403132359-d65b6b94177f // indirect
github.com/lib/pq v1.2.0 // indirect
github.com/linode/linodego v0.7.1 // indirect
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
github.com/mailru/easyjson v0.7.6 // indirect
Expand Down Expand Up @@ -186,9 +182,7 @@ require (
github.com/ryanuber/go-glob v1.0.0 // indirect
github.com/sasha-s/go-deadlock v0.2.0 // indirect
github.com/sethvargo/go-limiter v0.7.1 // indirect
github.com/shirou/gopsutil v2.19.9+incompatible // indirect
github.com/shirou/gopsutil/v3 v3.22.6 // indirect
github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 // indirect
github.com/sirupsen/logrus v1.9.0 // indirect
github.com/softlayer/softlayer-go v0.0.0-20180806151055-260589d94c7d // indirect
github.com/sony/gobreaker v0.4.2-0.20210216022020-dd874f9dd33b // indirect
Expand Down
Loading

0 comments on commit d7c42d0

Please sign in to comment.