Skip to content

Commit f33ad85

Browse files
Update module github.com/docker/docker to v26 [SECURITY]
1 parent 9d692ef commit f33ad85

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

go.mod

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ go 1.23
55
require (
66
github.com/fatih/color v1.16.0
77
github.com/go-chi/chi/v5 v5.0.11
8+
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
89
github.com/kr/logfmt v0.0.0-20210122060352-19f9bcb100e6
910
github.com/onsi/ginkgo/v2 v2.13.0
1011
github.com/onsi/gomega v1.29.0
@@ -33,13 +34,13 @@ require (
3334
github.com/google/btree v1.0.1 // indirect
3435
github.com/google/gnostic-models v0.6.8 // indirect
3536
github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1 // indirect
36-
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
3737
github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect
3838
github.com/inconshreveable/mousetrap v1.1.0 // indirect
3939
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
4040
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
4141
github.com/mattn/go-colorable v0.1.13 // indirect
4242
github.com/mattn/go-isatty v0.0.20 // indirect
43+
github.com/moby/docker-image-spec v1.3.1 // indirect
4344
github.com/moby/term v0.0.0-20221205130635-1aeaba878587 // indirect
4445
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
4546
github.com/morikuni/aec v1.0.0 // indirect
@@ -70,7 +71,7 @@ require (
7071
github.com/cespare/xxhash/v2 v2.2.0 // indirect
7172
github.com/creack/pty v1.1.21
7273
github.com/davecgh/go-spew v1.1.1 // indirect
73-
github.com/docker/docker v25.0.6+incompatible
74+
github.com/docker/docker v26.0.0+incompatible
7475
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
7576
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
7677
github.com/fsnotify/fsnotify v1.6.0 // indirect

go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ github.com/docker/docker v24.0.9+incompatible h1:HPGzNmwfLZWdxHqK9/II92pyi1EpYKs
3131
github.com/docker/docker v24.0.9+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
3232
github.com/docker/docker v25.0.6+incompatible h1:5cPwbwriIcsua2REJe8HqQV+6WlWc1byg2QSXzBxBGg=
3333
github.com/docker/docker v25.0.6+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
34+
github.com/docker/docker v26.0.0+incompatible h1:Ng2qi+gdKADUa/VM+6b6YaY2nlZhk/lVJiKR/2bMudU=
35+
github.com/docker/docker v26.0.0+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
3436
github.com/docker/go-connections v0.4.0 h1:El9xVISelRB7BuFusrZozjnkIM5YnzCViNKohAFqRJQ=
3537
github.com/docker/go-connections v0.4.0/go.mod h1:Gbd7IOopHjR8Iph03tsViu4nIes5XhDvyHbTtUxmeec=
3638
github.com/docker/go-units v0.5.0 h1:69rxXcBk27SvSaaxTtLh/8llcHD8vYHT7WSdRZ/jvr4=
@@ -152,6 +154,8 @@ github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWE
152154
github.com/mattn/go-isatty v0.0.20/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y=
153155
github.com/matttproud/golang_protobuf_extensions v1.0.4 h1:mmDVorXM7PCGKw94cs5zkfA9PSy5pEvNWRP0ET0TIVo=
154156
github.com/matttproud/golang_protobuf_extensions v1.0.4/go.mod h1:BSXmuO+STAnVfrANrmjBb36TMTDstsz7MSK+HVaYKv4=
157+
github.com/moby/docker-image-spec v1.3.1 h1:jMKff3w6PgbfSa69GfNg+zN/XLhfXJGnEx3Nl2EsFP0=
158+
github.com/moby/docker-image-spec v1.3.1/go.mod h1:eKmb5VW8vQEh/BAr2yvVNvuiJuY6UIocYsFu/DxxRpo=
155159
github.com/moby/term v0.0.0-20221205130635-1aeaba878587 h1:HfkjXDfhgVaN5rmueG8cL8KKeFNecRCXFhaJ2qZ5SKA=
156160
github.com/moby/term v0.0.0-20221205130635-1aeaba878587/go.mod h1:8FzsFHVUBGZdbDsJw/ot+X+d5HLUbvklYLJ9uGfcI3Y=
157161
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=

0 commit comments

Comments
 (0)