We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 501128f commit 9f3e41cCopy full SHA for 9f3e41c
readme.md README.md
go.mod
@@ -13,6 +13,7 @@ require (
13
github.com/gorilla/mux v1.8.0
14
github.com/grpc-ecosystem/grpc-gateway v1.16.0
15
github.com/mgechev/revive v1.2.4
16
+ github.com/rs/zerolog v1.27.0
17
github.com/spf13/cast v1.5.0
18
github.com/spf13/cobra v1.6.1
19
github.com/stretchr/testify v1.8.1
@@ -218,7 +219,6 @@ require (
218
219
github.com/regen-network/cosmos-proto v0.3.1 // indirect
220
github.com/rivo/uniseg v0.2.0 // indirect
221
github.com/rs/cors v1.8.2 // indirect
- github.com/rs/zerolog v1.27.0 // indirect
222
github.com/ryancurrah/gomodguard v1.2.4 // indirect
223
github.com/ryanrolds/sqlclosecheck v0.3.0 // indirect
224
github.com/sanposhiho/wastedassign/v2 v2.0.6 // indirect
0 commit comments