Skip to content

Commit 1455aa0

Browse files
committed
bump go 1.23.8 => 1.24.0
1 parent d5ce81f commit 1455aa0

File tree

2 files changed

+121
-110
lines changed

2 files changed

+121
-110
lines changed

go.mod

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

@@ -11,28 +11,29 @@ require (
1111
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
20+
github.com/coreos/go-systemd/v22 v22.6.0 // indirect
21+
github.com/fatih/color v1.18.0 // indirect
2222
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
@@ -46,13 +47,13 @@ require (
4647
go.etcd.io/etcd/client/pkg/v3 v3.6.4 // indirect
4748
go.uber.org/multierr v1.11.0 // indirect
4849
go.yaml.in/yaml/v3 v3.0.4 // indirect
49-
golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 // indirect
50-
golang.org/x/net v0.38.0 // indirect
51-
golang.org/x/text v0.28.0 // indirect
52-
google.golang.org/genproto/googleapis/api v0.0.0-20250303144028-a0af3efb3deb // indirect
53-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250303144028-a0af3efb3deb // indirect
54-
google.golang.org/grpc v1.71.1 // indirect
55-
google.golang.org/protobuf v1.36.5 // 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)