Skip to content

Commit 9f3e41c

Browse files
authored
ci: goreleaser fix (#74)
* ci: goreleaser fix * rename readme
1 parent 501128f commit 9f3e41c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

readme.md README.md

File renamed without changes.

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ require (
1313
github.com/gorilla/mux v1.8.0
1414
github.com/grpc-ecosystem/grpc-gateway v1.16.0
1515
github.com/mgechev/revive v1.2.4
16+
github.com/rs/zerolog v1.27.0
1617
github.com/spf13/cast v1.5.0
1718
github.com/spf13/cobra v1.6.1
1819
github.com/stretchr/testify v1.8.1
@@ -218,7 +219,6 @@ require (
218219
github.com/regen-network/cosmos-proto v0.3.1 // indirect
219220
github.com/rivo/uniseg v0.2.0 // indirect
220221
github.com/rs/cors v1.8.2 // indirect
221-
github.com/rs/zerolog v1.27.0 // indirect
222222
github.com/ryancurrah/gomodguard v1.2.4 // indirect
223223
github.com/ryanrolds/sqlclosecheck v0.3.0 // indirect
224224
github.com/sanposhiho/wastedassign/v2 v2.0.6 // indirect

0 commit comments

Comments
 (0)