Skip to content

Commit e4cfe0c

Browse files
committed
fixed push error
1 parent c28e679 commit e4cfe0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ require (
1010
github.com/cenkalti/backoff/v4 v4.3.0
1111
github.com/docker/docker v28.5.2+incompatible
1212
github.com/fsnotify/fsnotify v1.9.0
13+
github.com/gabriel-vasile/mimetype v1.4.8
1314
github.com/go-resty/resty/v2 v2.16.5
1415
github.com/goccy/go-yaml v1.18.0
1516
github.com/google/go-cmp v0.7.0
@@ -151,7 +152,6 @@ require (
151152
github.com/felixge/httpsnoop v1.0.4 // indirect
152153
github.com/foxboron/go-tpm-keyfiles v0.0.0-20250903184740-5d135037bd4d // indirect
153154
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
154-
github.com/gabriel-vasile/mimetype v1.4.8 // indirect
155155
github.com/gin-contrib/sse v1.1.0 // indirect
156156
github.com/go-logr/logr v1.4.3 // indirect
157157
github.com/go-logr/stdr v1.2.2 // indirect

0 commit comments

Comments
 (0)