File tree Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -134,12 +134,8 @@ cosmovisor:
134134confix :
135135 $(MAKE ) -C tools/confix confix
136136
137- hubl :
138- $(MAKE ) -C tools/hubl hubl
139-
140137.PHONY : build build-linux-amd64 build-linux-arm64 cosmovisor confix
141138
142-
143139# ? mocks: Generate mock file
144140mocks : $(MOCKS_DIR )
145141 @go install go.uber.org/mock/
[email protected] @@ -383,7 +379,7 @@ benchmark:
383379# ## Linting ###
384380# ##############################################################################
385381
386- golangci_version =v2.3.1
382+ golangci_version =v2.4.0
387383
388384lint-install :
389385 @echo " --> Installing golangci-lint $( golangci_version) "
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ require (
8989 github.com/go-logfmt/logfmt v0.6.0 // indirect
9090 github.com/go-logr/logr v1.4.3 // indirect
9191 github.com/go-logr/stdr v1.2.2 // indirect
92- github.com/go-viper/mapstructure/v2 v2.3 .0 // indirect
92+ github.com/go-viper/mapstructure/v2 v2.4 .0 // indirect
9393 github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2 // indirect
9494 github.com/gogo/googleapis v1.4.1 // indirect
9595 github.com/gogo/protobuf v1.3.2 // indirect
Original file line number Diff line number Diff line change @@ -933,8 +933,8 @@ github.com/go-playground/validator/v10 v10.2.0/go.mod h1:uOYAAleCW8F/7oMFd6aG0GO
933933github.com/go-sql-driver/mysql v1.4.0 /go.mod h1:zAC/RDZ24gD3HViQzih4MyKcchzm+sOG5ZlKdlhCg5w =
934934github.com/go-stack/stack v1.8.0 /go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY =
935935github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 /go.mod h1:fyg7847qk6SyHyPtNmDHnmrv/HOrqktSC+C9fM+CJOE =
936- github.com/go-viper/mapstructure/v2 v2.3 .0 h1:27XbWsHIqhbdR5TIC911OfYvgSaW93HM+dX7970Q7jk =
937- github.com/go-viper/mapstructure/v2 v2.3 .0 /go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM =
936+ github.com/go-viper/mapstructure/v2 v2.4 .0 h1:EBsztssimR/CONLSZZ04E8qAkxNYq4Qp9LvH92wZUgs =
937+ github.com/go-viper/mapstructure/v2 v2.4 .0 /go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM =
938938github.com/gobwas/httphead v0.0.0-20180130184737-2c6c146eadee /go.mod h1:L0fX3K22YWvt/FAX9NnzrNzcI4wNYi9Yku4O0LKYflo =
939939github.com/gobwas/pool v0.2.0 /go.mod h1:q8bcK0KcYlCgd9e7WYLm9LpyS+YeLd8JVDW6WezmKEw =
940940github.com/gobwas/ws v1.0.2 /go.mod h1:szmBTxLgaFppYjEmNtny/v3w89xOydFnnZMcgRRu/EM =
You can’t perform that action at this time.
0 commit comments