Skip to content

Commit 02117a9

Browse files
committed
chore: go mod tidy
Signed-off-by: Yves Brissaud <yves.brissaud@gmail.com>
1 parent 89401ec commit 02117a9

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
@@ -9,6 +9,7 @@ require (
99
github.com/charmbracelet/lipgloss v0.13.0
1010
github.com/docker/cli v27.3.1+incompatible
1111
github.com/docker/cli-docs-tool v0.8.0
12+
github.com/dustin/go-humanize v1.0.1
1213
github.com/gertd/go-pluralize v0.2.1
1314
github.com/google/go-containerregistry v0.20.2
1415
github.com/mattn/go-isatty v0.0.20
@@ -17,6 +18,7 @@ require (
1718
github.com/spf13/pflag v1.0.5
1819
golang.org/x/term v0.24.0
1920
gopkg.in/yaml.v2 v2.4.0
21+
gopkg.in/yaml.v3 v3.0.1
2022
mvdan.cc/sh/v3 v3.9.0
2123
)
2224

@@ -48,7 +50,6 @@ require (
4850
github.com/docker/go-connections v0.5.0 // indirect
4951
github.com/docker/go-metrics v0.0.0-20180209012529-399ea8c73916 // indirect
5052
github.com/docker/go-units v0.5.0 // indirect
51-
github.com/dustin/go-humanize v1.0.1 // indirect
5253
github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f // indirect
5354
github.com/felixge/httpsnoop v1.0.4 // indirect
5455
github.com/fvbommel/sortorder v1.1.0 // indirect
@@ -113,6 +114,5 @@ require (
113114
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
114115
google.golang.org/grpc v1.66.1 // indirect
115116
google.golang.org/protobuf v1.34.2 // indirect
116-
gopkg.in/yaml.v3 v3.0.1 // indirect
117117
gotest.tools/v3 v3.5.1 // indirect
118118
)

0 commit comments

Comments
 (0)