File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11module github.com/srl-labs/containerlab
22
33go 1.22.11
4+ toolchain go1.24.1
45
56require (
67 github.com/awalterschulze/gographviz v2.0.3+incompatible
@@ -10,7 +11,7 @@ require (
1011 github.com/containers/podman/v5 v5.4.0
1112 github.com/digitalocean/go-openvswitch v0.0.0-20201214180534-ce0f183468d8
1213 github.com/distribution/reference v0.6.0
13- github.com/docker/docker v27.5.1 +incompatible
14+ github.com/docker/docker v28.0.4 +incompatible
1415 github.com/docker/go-connections v0.5.0
1516 github.com/docker/go-units v0.5.0
1617 github.com/dustin/go-humanize v1.0.1
Original file line number Diff line number Diff line change @@ -249,8 +249,8 @@ github.com/docker/distribution v2.8.3+incompatible h1:AtKxIZ36LoNK51+Z6RpzLpddBi
249249github.com/docker/distribution v2.8.3+incompatible /go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w =
250250github.com/docker/docker v0.7.3-0.20190327010347-be7ac8be2ae0 /go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk =
251251github.com/docker/docker v1.4.2-0.20200203170920-46ec8731fbce /go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk =
252- github.com/docker/docker v27.5.1 +incompatible h1:4PYU5dnBYqRQi0294d1FBECqT9ECWeQAIfE8q4YnPY8 =
253- github.com/docker/docker v27.5.1 +incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk =
252+ github.com/docker/docker v28.0.4 +incompatible h1:JNNkBctYKurkw6FrHfKqY0nKIDf5nrbxjVBtS+cdcok =
253+ github.com/docker/docker v28.0.4 +incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk =
254254github.com/docker/docker-credential-helpers v0.6.3 /go.mod h1:WRaJzqw3CTB9bk10avuGsjVBZsD05qeibJ1/TYlvc0Y =
255255github.com/docker/docker-credential-helpers v0.8.2 h1:bX3YxiGzFP5sOXWc3bTPEXdEaZSeVMrFgOr3T+zrFAo =
256256github.com/docker/docker-credential-helpers v0.8.2 /go.mod h1:P3ci7E3lwkZg6XiHdRKft1KckHiO9a2rNtyFbZ/ry9M =
You can’t perform that action at this time.
0 commit comments