Skip to content

Commit b6b58e4

Browse files
build(deps): Bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 in /tools/cosmovisor in the go_modules group (#25292)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: aljo242 <[email protected]>
1 parent 727faf0 commit b6b58e4

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

Makefile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -134,12 +134,8 @@ cosmovisor:
134134
confix:
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
144140
mocks: $(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

388384
lint-install:
389385
@echo "--> Installing golangci-lint $(golangci_version)"

tools/cosmovisor/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

tools/cosmovisor/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -933,8 +933,8 @@ github.com/go-playground/validator/v10 v10.2.0/go.mod h1:uOYAAleCW8F/7oMFd6aG0GO
933933
github.com/go-sql-driver/mysql v1.4.0/go.mod h1:zAC/RDZ24gD3HViQzih4MyKcchzm+sOG5ZlKdlhCg5w=
934934
github.com/go-stack/stack v1.8.0/go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY=
935935
github.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=
938938
github.com/gobwas/httphead v0.0.0-20180130184737-2c6c146eadee/go.mod h1:L0fX3K22YWvt/FAX9NnzrNzcI4wNYi9Yku4O0LKYflo=
939939
github.com/gobwas/pool v0.2.0/go.mod h1:q8bcK0KcYlCgd9e7WYLm9LpyS+YeLd8JVDW6WezmKEw=
940940
github.com/gobwas/ws v1.0.2/go.mod h1:szmBTxLgaFppYjEmNtny/v3w89xOydFnnZMcgRRu/EM=

0 commit comments

Comments
 (0)