File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,10 +5,11 @@ go 1.26.0
55require (
66 github.com/alecthomas/kong v1.13.0
77 github.com/distribution/reference v0.6.0
8- github.com/docker/cli v29.1.3 +incompatible
8+ github.com/docker/cli v29.2.0 +incompatible
99 github.com/docker/docker v28.5.2+incompatible
1010 github.com/go-playground/validator/v10 v10.30.1
1111 github.com/gorilla/websocket v1.5.3
12+ github.com/joho/godotenv v1.5.1
1213 github.com/rs/zerolog v1.31.0
1314 golang.org/x/sync v0.19.0
1415 gopkg.in/yaml.v3 v3.0.1
@@ -35,7 +36,6 @@ require (
3536 github.com/go-playground/universal-translator v0.18.1 // indirect
3637 github.com/golang/protobuf v1.5.0 // indirect
3738 github.com/gorilla/mux v1.8.1 // indirect
38- github.com/joho/godotenv v1.5.1 // indirect
3939 github.com/leodido/go-urn v1.4.0 // indirect
4040 github.com/mattn/go-colorable v0.1.13 // indirect
4141 github.com/mattn/go-isatty v0.0.19 // indirect
Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
3535github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
3636github.com/distribution/reference v0.6.0 h1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5QvfrDyIgxBk =
3737github.com/distribution/reference v0.6.0 /go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E =
38- github.com/docker/cli v29.1.3 +incompatible h1:+kz9uDWgs+mAaIZojWfFt4d53/jv0ZUOOoSh5ZnH36c =
39- github.com/docker/cli v29.1.3 +incompatible /go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8 =
38+ github.com/docker/cli v29.2.0 +incompatible h1:9oBd9+YM7rxjZLfyMGxjraKBKE4/nVyvVfN4qNl9XRM =
39+ github.com/docker/cli v29.2.0 +incompatible /go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8 =
4040github.com/docker/distribution v2.8.3+incompatible h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk =
4141github.com/docker/distribution v2.8.3+incompatible /go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w =
4242github.com/docker/docker v28.5.2+incompatible h1:DBX0Y0zAjZbSrm1uzOkdr1onVghKaftjlSWt4AFexzM =
You can’t perform that action at this time.
0 commit comments