@@ -6,14 +6,14 @@ require (
6
6
github.com/go-logr/logr v1.2.3
7
7
github.com/onsi/ginkgo/v2 v2.5.0
8
8
github.com/onsi/gomega v1.24.1
9
- go.uber.org/zap v1.21.0
9
+ github.com/oracle/oci-go-sdk/v65 v65.26.1
10
+ go.uber.org/zap v1.23.0
10
11
gopkg.in/yaml.v2 v2.4.0
11
12
k8s.io/api v0.25.4
12
13
k8s.io/apimachinery v0.25.4
13
14
k8s.io/client-go v0.25.4
14
15
sigs.k8s.io/controller-runtime v0.13.1
15
16
sigs.k8s.io/yaml v1.3.0
16
- github.com/oracle/oci-go-sdk/v65 v65.26.1
17
17
)
18
18
19
19
require (
@@ -25,7 +25,6 @@ require (
25
25
github.com/emicklei/go-restful/v3 v3.8.0 // indirect
26
26
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
27
27
github.com/fsnotify/fsnotify v1.5.4 // indirect
28
- github.com/go-logr/zapr v1.2.3 // indirect
29
28
github.com/go-openapi/jsonpointer v0.19.5 // indirect
30
29
github.com/go-openapi/jsonreference v0.19.5 // indirect
31
30
github.com/go-openapi/swag v0.19.14 // indirect
@@ -75,8 +74,9 @@ require (
75
74
require (
76
75
cloud.google.com/go/compute v1.2.0 // indirect
77
76
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
77
+ github.com/go-logr/zapr v1.2.3 // indirect
78
78
github.com/google/gofuzz v1.2.0 // indirect
79
79
github.com/google/uuid v1.3.0 // indirect
80
80
go.uber.org/atomic v1.9.0 // indirect
81
81
go.uber.org/multierr v1.7.0 // indirect
82
- )
82
+ )
0 commit comments