File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11module github.com/open-feature/open-feature-operator
22
3- go 1.21
3+ go 1.22.0
4+
5+ toolchain go1.23.2
46
57require (
68 github.com/go-logr/logr v1.4.2
@@ -9,7 +11,7 @@ require (
911 github.com/open-feature/open-feature-operator/apis v0.2.41-0.20240506125212-c4831a3cdc00
1012 github.com/stretchr/testify v1.9.0
1113 go.uber.org/zap v1.27.0
12- golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
14+ golang.org/x/exp v0.0.0-20241004190924-225e2abe05e6
1315 k8s.io/api v0.28.10
1416 k8s.io/apimachinery v0.28.10
1517 k8s.io/client-go v0.28.10
Original file line number Diff line number Diff line change @@ -145,6 +145,8 @@ golang.org/x/exp v0.0.0-20240707233637-46b078467d37 h1:uLDX+AfeFCct3a2C7uIWBKMJI
145145golang.org/x/exp v0.0.0-20240707233637-46b078467d37 /go.mod h1:M4RDyNAINzryxdtnbRXRL/OHtkFuWGRjvuhBJpk2IlY =
146146golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 h1:2dVuKD2vS7b0QIHQbpyTISPd0LeHDbnYEryqj5Q1ug8 =
147147golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 /go.mod h1:M4RDyNAINzryxdtnbRXRL/OHtkFuWGRjvuhBJpk2IlY =
148+ golang.org/x/exp v0.0.0-20241004190924-225e2abe05e6 h1:1wqE9dj9NpSm04INVsJhhEUzhuDVjbcyKH91sVyPATw =
149+ golang.org/x/exp v0.0.0-20241004190924-225e2abe05e6 /go.mod h1:NQtJDoLvd6faHhE7m4T/1IY708gDefGGjR/iUW8yQQ8 =
148150golang.org/x/lint v0.0.0-20190930215403-16217165b5de /go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc =
149151golang.org/x/mod v0.2.0 /go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA =
150152golang.org/x/mod v0.3.0 /go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA =
You can’t perform that action at this time.
0 commit comments