Skip to content

Commit c2183d9

Browse files
[+] bump spf13/viper from 1.20.1 to 1.21.0 (#330)
* Bump github.com/spf13/viper from 1.20.1 to 1.21.0 Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.20.1 to 1.21.0. - [Release notes](https://github.com/spf13/viper/releases) - [Commits](spf13/viper@v1.20.1...v1.21.0) --- updated-dependencies: - dependency-name: github.com/spf13/viper dependency-version: 1.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * bump go 1.23.8 => 1.24.0 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pavlo Golub <[email protected]>
1 parent cd23bc1 commit c2183d9

File tree

2 files changed

+150
-137
lines changed

2 files changed

+150
-137
lines changed

go.mod

Lines changed: 25 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,59 @@
11
module github.com/cybertec-postgresql/vip-manager
22

3-
go 1.23.8
3+
go 1.24.0
44

55
toolchain go1.24.1
66

77
require (
88
github.com/google/gopacket v1.1.19
99
github.com/hashicorp/consul/api v1.32.1
10-
github.com/spf13/pflag v1.0.9
11-
github.com/spf13/viper v1.20.1
10+
github.com/spf13/pflag v1.0.10
11+
github.com/spf13/viper v1.21.0
1212
go.etcd.io/etcd/client/v3 v3.6.4
1313
go.uber.org/zap v1.27.0
14-
golang.org/x/sys v0.35.0
14+
golang.org/x/sys v0.36.0
1515
)
1616

1717
require (
18-
github.com/armon/go-metrics v0.5.3 // indirect
18+
github.com/armon/go-metrics v0.5.4 // indirect
1919
github.com/coreos/go-semver v0.3.1 // indirect
20-
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
21-
github.com/fatih/color v1.17.0 // indirect
22-
github.com/fsnotify/fsnotify v1.8.0 // indirect
20+
github.com/coreos/go-systemd/v22 v22.6.0 // indirect
21+
github.com/fatih/color v1.18.0 // indirect
22+
github.com/fsnotify/fsnotify v1.9.0 // indirect
2323
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
2424
github.com/gogo/protobuf v1.3.2 // indirect
2525
github.com/golang/protobuf v1.5.4 // indirect
26-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3 // indirect
26+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.2 // indirect
2727
github.com/hashicorp/errwrap v1.1.0 // indirect
2828
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
2929
github.com/hashicorp/go-hclog v1.6.3 // indirect
3030
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
31+
github.com/hashicorp/go-metrics v0.5.4 // indirect
3132
github.com/hashicorp/go-multierror v1.1.1 // indirect
3233
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
3334
github.com/hashicorp/golang-lru v1.0.2 // indirect
34-
github.com/hashicorp/serf v0.10.1 // indirect
35-
github.com/mattn/go-colorable v0.1.13 // indirect
35+
github.com/hashicorp/serf v0.10.2 // indirect
36+
github.com/mattn/go-colorable v0.1.14 // indirect
3637
github.com/mattn/go-isatty v0.0.20 // indirect
3738
github.com/mitchellh/go-homedir v1.1.0 // indirect
3839
github.com/mitchellh/mapstructure v1.5.0 // indirect
39-
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
40-
github.com/sagikazarmark/locafero v0.7.0 // indirect
41-
github.com/sourcegraph/conc v0.3.0 // indirect
42-
github.com/spf13/afero v1.12.0 // indirect
43-
github.com/spf13/cast v1.7.1 // indirect
40+
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
41+
github.com/sagikazarmark/locafero v0.11.0 // indirect
42+
github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 // indirect
43+
github.com/spf13/afero v1.15.0 // indirect
44+
github.com/spf13/cast v1.10.0 // indirect
4445
github.com/subosito/gotenv v1.6.0 // indirect
4546
go.etcd.io/etcd/api/v3 v3.6.4 // indirect
4647
go.etcd.io/etcd/client/pkg/v3 v3.6.4 // indirect
4748
go.uber.org/multierr v1.11.0 // indirect
48-
golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 // indirect
49-
golang.org/x/net v0.38.0 // indirect
50-
golang.org/x/text v0.23.0 // indirect
51-
google.golang.org/genproto/googleapis/api v0.0.0-20250303144028-a0af3efb3deb // indirect
52-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250303144028-a0af3efb3deb // indirect
53-
google.golang.org/grpc v1.71.1 // indirect
54-
google.golang.org/protobuf v1.36.5 // indirect
55-
gopkg.in/yaml.v3 v3.0.1 // indirect
49+
go.yaml.in/yaml/v3 v3.0.4 // indirect
50+
golang.org/x/exp v0.0.0-20250819193227-8b4c13bb791b // indirect
51+
golang.org/x/net v0.43.0 // indirect
52+
golang.org/x/text v0.29.0 // indirect
53+
google.golang.org/genproto/googleapis/api v0.0.0-20250908214217-97024824d090 // indirect
54+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250908214217-97024824d090 // indirect
55+
google.golang.org/grpc v1.75.0 // indirect
56+
google.golang.org/protobuf v1.36.9 // indirect
5657
)
5758

5859
replace github.com/armon/go-metrics => github.com/hashicorp/go-metrics v0.5.3

0 commit comments

Comments
 (0)