Skip to content
This repository was archived by the owner on Jul 23, 2024. It is now read-only.

Commit 9338582

Browse files
committed
Update vault & docker deps
1 parent 53b7f12 commit 9338582

File tree

3 files changed

+9
-11
lines changed

3 files changed

+9
-11
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ all: deps test
1919
.PHONY: deps
2020
deps:
2121
go mod tidy
22+
go mod vendor
2223

2324
.PHONY: test
2425
test:

go.mod

+2-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.21
55
require (
66
github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32
77
github.com/hashicorp/go-hclog v1.5.0
8-
github.com/hashicorp/vault v1.15.1
8+
github.com/hashicorp/vault v1.15.2
99
github.com/hashicorp/vault/api v1.10.0
1010
github.com/integrii/flaggy v1.5.2
1111
github.com/stretchr/testify v1.8.4
@@ -36,7 +36,6 @@ require (
3636
github.com/Masterminds/semver/v3 v3.2.1 // indirect
3737
github.com/Masterminds/sprig/v3 v3.2.3 // indirect
3838
github.com/Microsoft/go-winio v0.6.1 // indirect
39-
github.com/NYTimes/gziphandler v1.1.1 // indirect
4039
github.com/ProtonMail/go-crypto v0.0.0-20230626094100-7e9e0395ebec // indirect
4140
github.com/aliyun/alibaba-cloud-sdk-go v1.62.521 // indirect
4241
github.com/armon/go-metrics v0.4.1 // indirect
@@ -60,7 +59,7 @@ require (
6059
github.com/dimchansky/utfbom v1.1.1 // indirect
6160
github.com/dnaeon/go-vcr v1.2.0 // indirect
6261
github.com/docker/distribution v2.8.2+incompatible // indirect
63-
github.com/docker/docker v24.0.5+incompatible // indirect
62+
github.com/docker/docker v24.0.7+incompatible // indirect
6463
github.com/docker/go-connections v0.4.0 // indirect
6564
github.com/docker/go-units v0.5.0 // indirect
6665
github.com/duosecurity/duo_api_golang v0.0.0-20190308151101-6c680f768e74 // indirect

go.sum

+6-8
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,6 @@ github.com/Masterminds/sprig/v3 v3.2.3/go.mod h1:rXcFaZ2zZbLRJv/xSysmlgIM1u11eBa
139139
github.com/Microsoft/go-winio v0.6.1 h1:9/kr64B9VUZrLm5YYwbGtUJnMgqWVOdUAXu6Migciow=
140140
github.com/Microsoft/go-winio v0.6.1/go.mod h1:LRdKpFKfdobln8UmuiYcKPot9D2v6svN5+sAH+4kjUM=
141141
github.com/NYTimes/gziphandler v0.0.0-20170623195520-56545f4a5d46/go.mod h1:3wb06e3pkSAbeQ52E9H9iFoQsEEwGN64994WTCIhntQ=
142-
github.com/NYTimes/gziphandler v1.1.1 h1:ZUDjpQae29j0ryrS0u/B8HZfJBtBQHjqw2rQ2cqUQ3I=
143-
github.com/NYTimes/gziphandler v1.1.1/go.mod h1:n/CVRwUEOgIxrgPvAQhUUr9oeUtvrhMomdKFjzJNB0c=
144142
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 h1:TngWCqHvy9oXAN6lEVMRuU21PR1EtLVZJmdB18Gu3Rw=
145143
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5/go.mod h1:lmUJ/7eu/Q8D7ML55dXQrVaamCz2vxCfdQBasLZfHKk=
146144
github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU=
@@ -318,8 +316,8 @@ github.com/docker/cli v20.10.20+incompatible h1:lWQbHSHUFs7KraSN2jOJK7zbMS2jNCHI
318316
github.com/docker/cli v20.10.20+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
319317
github.com/docker/distribution v2.8.2+incompatible h1:T3de5rq0dB1j30rp0sA2rER+m322EBzniBPB6ZIzuh8=
320318
github.com/docker/distribution v2.8.2+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
321-
github.com/docker/docker v24.0.5+incompatible h1:WmgcE4fxyI6EEXxBRxsHnZXrO1pQ3smi0k/jho4HLeY=
322-
github.com/docker/docker v24.0.5+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
319+
github.com/docker/docker v24.0.7+incompatible h1:Wo6l37AuwP3JaMnZa226lzVXGA3F9Ig1seQen0cKYlM=
320+
github.com/docker/docker v24.0.7+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
323321
github.com/docker/go-connections v0.4.0 h1:El9xVISelRB7BuFusrZozjnkIM5YnzCViNKohAFqRJQ=
324322
github.com/docker/go-connections v0.4.0/go.mod h1:Gbd7IOopHjR8Iph03tsViu4nIes5XhDvyHbTtUxmeec=
325323
github.com/docker/go-units v0.3.3/go.mod h1:fgPhTUdO+D/Jk86RDLlptpiXQzgHJF7gydDDbaIK4Dk=
@@ -830,8 +828,8 @@ github.com/hashicorp/raft-snapshot v1.0.4 h1:EuDuayAJPdiDmVk1ygTDnG2zDzrs0/6/yBu
830828
github.com/hashicorp/raft-snapshot v1.0.4/go.mod h1:5sL9eUn72lH5DzsFIJ9jaysITbHksSSszImWSOTC8Ic=
831829
github.com/hashicorp/serf v0.10.1 h1:Z1H2J60yRKvfDYAOZLd2MU0ND4AH/WDz7xYHDWQsIPY=
832830
github.com/hashicorp/serf v0.10.1/go.mod h1:yL2t6BqATOLGc5HF7qbFkTfXoPIY0WZdWHfEvMqbG+4=
833-
github.com/hashicorp/vault v1.15.1 h1:s1HhlcbC5j3uGvhUKS8n1F3VlVmn6N+uuqDsF/VLtbk=
834-
github.com/hashicorp/vault v1.15.1/go.mod h1:D7oes94j5z5uRbYxesebRSWssIB2pCzxoEGRmnzkU3c=
831+
github.com/hashicorp/vault v1.15.2 h1:KI+/tIPp7vNK4doyT4Ng15JGgr0hLQgQ5SdKLXmNt8E=
832+
github.com/hashicorp/vault v1.15.2/go.mod h1:A3I8/CzWOfzORILaufmIefVPxg8M1n2WM9GqGs4ox5I=
835833
github.com/hashicorp/vault-plugin-auth-alicloud v0.16.0 h1:DgJ9v3sWQlvyvpmCU/YAFdmGgLi6t8PHQ+O9UeYIuCg=
836834
github.com/hashicorp/vault-plugin-auth-alicloud v0.16.0/go.mod h1:UQa534XDQsSwwR4MYhOGnkF2gEao9zVABySBTfjAq08=
837835
github.com/hashicorp/vault-plugin-auth-azure v0.16.2 h1:ikzhUkiZ6QZ/mhoKNBVTJCzeaC9mEhXCqZ/7Z1Zoajg=
@@ -878,8 +876,8 @@ github.com/hashicorp/vault-plugin-secrets-kubernetes v0.6.0 h1:DePS4sSAbjYTQrpTP
878876
github.com/hashicorp/vault-plugin-secrets-kubernetes v0.6.0/go.mod h1:4nPWdBQxjIEGZaWWPKHixN7MFHjESOlOtNyy02e/w9c=
879877
github.com/hashicorp/vault-plugin-secrets-kv v0.16.1 h1:Giy/sj9O9BYdZbNsAkYvNmns5KikZI5RsFb4bBPFXds=
880878
github.com/hashicorp/vault-plugin-secrets-kv v0.16.1/go.mod h1:oJwVConr6pkDIIO8q8OO3FP5WtWj/iSWuhiPVdKt67E=
881-
github.com/hashicorp/vault-plugin-secrets-mongodbatlas v0.10.1 h1:6WyystBBEx1bDpkZO99wI3RbNvhUTVR6/ihHDeZMsPw=
882-
github.com/hashicorp/vault-plugin-secrets-mongodbatlas v0.10.1/go.mod h1:OdXvez+GH0XBSRS7gxbS8B1rLUPb8bGk+bDVyEaAzI8=
879+
github.com/hashicorp/vault-plugin-secrets-mongodbatlas v0.10.2 h1:5eFlzhFXoSe+ntm26wromhtLbPjTCdXcdwpMv7wFeHk=
880+
github.com/hashicorp/vault-plugin-secrets-mongodbatlas v0.10.2/go.mod h1:OdXvez+GH0XBSRS7gxbS8B1rLUPb8bGk+bDVyEaAzI8=
883881
github.com/hashicorp/vault-plugin-secrets-openldap v0.11.2 h1:LNzIP4zfWivAy/hgCIwETJFr7BBS91bsJ6AlsGhqAc8=
884882
github.com/hashicorp/vault-plugin-secrets-openldap v0.11.2/go.mod h1:osvWc6/BOZPR8Mdqp5dF40dAaHddEiylO1pDRI7DOqo=
885883
github.com/hashicorp/vault-plugin-secrets-terraform v0.7.3 h1:k5jCx6laFvQHvrQod+TSHSoDqF3ZSIlQB4Yzj6koz0I=

0 commit comments

Comments
 (0)