1
1
module go.infratographer.com/load-balancer-operator
2
2
3
- go 1.21
3
+ go 1.22.0
4
+
5
+ toolchain go1.23.5
4
6
5
7
replace (
6
8
github.com/docker/cli => github.com/docker/cli v20.10.19+incompatible
@@ -106,7 +108,7 @@ require (
106
108
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
107
109
github.com/pkg/errors v0.9.1 // indirect
108
110
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
109
- github.com/prometheus/client_golang v1.17.0 // indirect
111
+ github.com/prometheus/client_golang v1.17.0
110
112
github.com/prometheus/client_model v0.5.0 // indirect
111
113
github.com/prometheus/common v0.45.0 // indirect
112
114
github.com/prometheus/procfs v0.12.0 // indirect
@@ -125,7 +127,7 @@ require (
125
127
golang.org/x/crypto v0.15.0 // indirect
126
128
golang.org/x/net v0.18.0 // indirect
127
129
golang.org/x/oauth2 v0.13.0 // indirect
128
- golang.org/x/sync v0.5 .0 // indirect
130
+ golang.org/x/sync v0.10 .0 // indirect
129
131
golang.org/x/sys v0.14.0 // indirect
130
132
golang.org/x/term v0.14.0 // indirect
131
133
golang.org/x/text v0.14.0 // indirect
@@ -159,7 +161,7 @@ require (
159
161
go.infratographer.com/ipam-api v0.0.4
160
162
go.infratographer.com/load-balancer-api v0.0.36-0.20231201160449-63fdc7abfac5
161
163
go.infratographer.com/metadata-api v0.0.4-0.20231117162412-b428513be7b6
162
- golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa
164
+ golang.org/x/exp v0.0.0-20250128182459-e0ece0dbea4c
163
165
sigs.k8s.io/controller-runtime v0.14.5
164
166
)
165
167
0 commit comments