File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/openshift/lightspeed-operator
2
2
3
- go 1.22.0
3
+ go 1.23
4
+
5
+ toolchain go1.23.8
4
6
5
7
// v0.0.0-20241014173422-cfa47c3a1cc8 requires go 1.23, we use previous version when waiting for go-toolset update to 1.23
6
8
replace sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 => sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd
@@ -48,7 +50,7 @@ require (
48
50
github.com/google/gnostic-models v0.6.9 // indirect
49
51
github.com/google/go-cmp v0.6.0 // indirect
50
52
github.com/google/gofuzz v1.2.0 // indirect
51
- github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad // indirect
53
+ github.com/google/pprof v0.0.0-20250403155104-27863c87afa6 // indirect
52
54
github.com/google/uuid v1.6.0 // indirect
53
55
github.com/imdario/mergo v0.3.16 // indirect
54
56
github.com/josharian/intern v1.0.0 // indirect
Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeN
44
44
github.com/google/gofuzz v1.0.0 /go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg =
45
45
github.com/google/gofuzz v1.2.0 h1:xRy4A+RhZaiKjJ1bPfwQ8sedCA+YS2YcCHW6ec7JMi0 =
46
46
github.com/google/gofuzz v1.2.0 /go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg =
47
- github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad h1:a6HEuzUHeKH6hwfN/ZoQgRgVIWFJljSWa/zetS2WTvg =
48
- github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad /go.mod h1:vavhavw2zAxS5dIdcRluK6cSGGPlZynqzFM8NdvU144 =
47
+ github.com/google/pprof v0.0.0-20250403155104-27863c87afa6 h1:BHT72Gu3keYf3ZEu2J0b1vyeLSOYI8bm5wbJM/8yDe8 =
48
+ github.com/google/pprof v0.0.0-20250403155104-27863c87afa6 /go.mod h1:boTsfXsheKC2y+lKOCMpSfarhxDeIzfZG1jqGcPl3cA =
49
49
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0 =
50
50
github.com/google/uuid v1.6.0 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
51
51
github.com/imdario/mergo v0.3.16 h1:wwQJbIsHYGMUyLSPrEq1CT16AhnhNJQ51+4fdHUnCl4 =
You can’t perform that action at this time.
0 commit comments