We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4dbac9 commit 3eef4b1Copy full SHA for 3eef4b1
go.mod
@@ -9,6 +9,7 @@ require (
9
github.com/go-chi/chi/v5 v5.0.12
10
github.com/minio/minio-go/v7 v7.0.66
11
github.com/prometheus/client_golang v1.19.0
12
+ github.com/rs/zerolog v1.32.0
13
github.com/stretchr/testify v1.9.0
14
github.com/urfave/cli/v2 v2.27.1
15
)
@@ -77,7 +78,6 @@ require (
77
78
github.com/rivo/uniseg v0.4.3 // indirect
79
github.com/rogpeppe/go-internal v1.11.0 // indirect
80
github.com/rs/xid v1.5.0 // indirect
- github.com/rs/zerolog v1.32.0 // indirect
81
github.com/russross/blackfriday/v2 v2.1.0 // indirect
82
github.com/shirou/gopsutil v3.21.11+incompatible // indirect
83
github.com/sirupsen/logrus v1.9.3 // indirect
0 commit comments