Skip to content

Commit 192718c

Browse files
committed
go.mod: remove some outdated comments
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent c79f67f commit 192718c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ require (
1414
github.com/docker/buildx v0.11.2
1515
github.com/docker/cli v24.0.5+incompatible
1616
github.com/docker/cli-docs-tool v0.6.0
17-
github.com/docker/docker v24.0.5+incompatible // v24.0.5-dev
17+
github.com/docker/docker v24.0.5+incompatible
1818
github.com/docker/go-connections v0.4.0
1919
github.com/docker/go-units v0.5.0
2020
github.com/fsnotify/fsevents v0.1.1
@@ -24,7 +24,7 @@ require (
2424
github.com/jonboulle/clockwork v0.4.0
2525
github.com/mattn/go-shellwords v1.0.12
2626
github.com/mitchellh/mapstructure v1.5.0
27-
github.com/moby/buildkit v0.12.1 // v0.12 release branch
27+
github.com/moby/buildkit v0.12.1
2828
github.com/moby/patternmatcher v0.5.0
2929
github.com/moby/term v0.5.0
3030
github.com/morikuni/aec v1.0.0

0 commit comments

Comments
 (0)