Skip to content

Commit 3eef4b1

Browse files
committed
Run go mod tidy
1 parent d4dbac9 commit 3eef4b1

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
@@ -9,6 +9,7 @@ require (
99
github.com/go-chi/chi/v5 v5.0.12
1010
github.com/minio/minio-go/v7 v7.0.66
1111
github.com/prometheus/client_golang v1.19.0
12+
github.com/rs/zerolog v1.32.0
1213
github.com/stretchr/testify v1.9.0
1314
github.com/urfave/cli/v2 v2.27.1
1415
)
@@ -77,7 +78,6 @@ require (
7778
github.com/rivo/uniseg v0.4.3 // indirect
7879
github.com/rogpeppe/go-internal v1.11.0 // indirect
7980
github.com/rs/xid v1.5.0 // indirect
80-
github.com/rs/zerolog v1.32.0 // indirect
8181
github.com/russross/blackfriday/v2 v2.1.0 // indirect
8282
github.com/shirou/gopsutil v3.21.11+incompatible // indirect
8383
github.com/sirupsen/logrus v1.9.3 // indirect

0 commit comments

Comments
 (0)