1
1
module github.com/apache/apisix-ingress-controller
2
2
3
- go 1.22 .0
3
+ go 1.23 .0
4
4
5
- toolchain go1.22.5
5
+ toolchain go1.23.7
6
6
7
7
require (
8
8
github.com/Masterminds/sprig/v3 v3.2.3
9
9
github.com/api7/gopkg v0.2.1-0.20230601092738-0f3730f9b57a
10
10
github.com/gavv/httpexpect/v2 v2.16.0
11
11
github.com/go-logr/logr v1.4.2
12
12
github.com/go-logr/zapr v1.3.0
13
+ github.com/google/go-cmp v0.6.0
13
14
github.com/google/uuid v1.6.0
14
15
github.com/gruntwork-io/terratest v0.47.0
15
16
github.com/hashicorp/go-memdb v1.3.4
@@ -18,6 +19,7 @@ require (
18
19
github.com/onsi/ginkgo/v2 v2.20.0
19
20
github.com/onsi/gomega v1.34.1
20
21
github.com/pkg/errors v0.9.1
22
+ github.com/prometheus/client_golang v1.19.1
21
23
github.com/samber/lo v1.47.0
22
24
github.com/spf13/cobra v1.8.1
23
25
github.com/stretchr/testify v1.9.0
@@ -99,7 +101,6 @@ require (
99
101
github.com/google/btree v1.1.2 // indirect
100
102
github.com/google/cel-go v0.20.1 // indirect
101
103
github.com/google/gnostic-models v0.6.8 // indirect
102
- github.com/google/go-cmp v0.6.0 // indirect
103
104
github.com/google/go-querystring v1.1.0 // indirect
104
105
github.com/google/gofuzz v1.2.0 // indirect
105
106
github.com/google/pprof v0.0.0-20240727154555-813a5fbdbec8 // indirect
@@ -152,7 +153,6 @@ require (
152
153
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
153
154
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
154
155
github.com/pquerna/otp v1.2.0 // indirect
155
- github.com/prometheus/client_golang v1.19.1 // indirect
156
156
github.com/prometheus/client_model v0.6.1 // indirect
157
157
github.com/prometheus/common v0.55.0 // indirect
158
158
github.com/prometheus/procfs v0.15.1 // indirect
0 commit comments