File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ require (
2727 go.uber.org/zap v1.27.0
2828 golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
2929 golang.org/x/net v0.28.0
30+ google.golang.org/protobuf v1.34.2
3031 gopkg.in/yaml.v3 v3.0.1
3132 helm.sh/helm/v3 v3.15.4
3233 k8s.io/api v0.31.1
@@ -201,7 +202,6 @@ require (
201202 google.golang.org/genproto/googleapis/api v0.0.0-20240604185151-ef581f913117 // indirect
202203 google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 // indirect
203204 google.golang.org/grpc v1.66.2 // indirect
204- google.golang.org/protobuf v1.34.2 // indirect
205205 gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
206206 gopkg.in/fsnotify.v1 v1.4.7 // indirect
207207 gopkg.in/inf.v0 v0.9.1 // indirect
Original file line number Diff line number Diff line change @@ -158,6 +158,7 @@ func TestMain(m *testing.M) {
158158 Namespace : namespace ,
159159 StatusAddress : address ,
160160 InitSyncDelay : 1 * time .Minute ,
161+ ProviderType : "api7ee" ,
161162 })
162163
163164 defaultGatewayProxyOpts = GatewayProxyOpts {
You can’t perform that action at this time.
0 commit comments