Skip to content

Commit e8faaa1

Browse files
Merge pull request #15 from clouddrove/fix/14-docker-cli-go123
fix(deps): pin docker/cli to v27.5.1 for Go 1.23 compatibility
2 parents 8e46ac2 + 4fd0ff9 commit e8faaa1

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111

1212
require (
1313
github.com/containerd/stargz-snapshotter/estargz v0.14.3 // indirect
14-
github.com/docker/cli v29.2.0+incompatible // indirect
14+
github.com/docker/cli v27.5.1+incompatible // indirect
1515
github.com/docker/distribution v2.8.2+incompatible // indirect
1616
github.com/docker/docker-credential-helpers v0.7.0 // indirect
1717
github.com/fsnotify/fsnotify v1.7.0 // indirect
@@ -24,6 +24,7 @@ require (
2424
github.com/opencontainers/go-digest v1.0.0 // indirect
2525
github.com/opencontainers/image-spec v1.1.0-rc3 // indirect
2626
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
27+
github.com/pkg/errors v0.9.1 // indirect
2728
github.com/sagikazarmark/locafero v0.4.0 // indirect
2829
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
2930
github.com/sirupsen/logrus v1.9.1 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs
77
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
88
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM=
99
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
10-
github.com/docker/cli v29.2.0+incompatible h1:9oBd9+YM7rxjZLfyMGxjraKBKE4/nVyvVfN4qNl9XRM=
11-
github.com/docker/cli v29.2.0+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
10+
github.com/docker/cli v27.5.1+incompatible h1:JB9cieUT9YNiMITtIsguaN55PLOHhBSz3LKVc6cqWaY=
11+
github.com/docker/cli v27.5.1+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
1212
github.com/docker/distribution v2.8.2+incompatible h1:T3de5rq0dB1j30rp0sA2rER+m322EBzniBPB6ZIzuh8=
1313
github.com/docker/distribution v2.8.2+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
1414
github.com/docker/docker-credential-helpers v0.7.0 h1:xtCHsjxogADNZcdv1pKUHXryefjlVRqWqIhk/uXJp0A=

0 commit comments

Comments
 (0)