Skip to content

Commit 2370f0b

Browse files
committed
update libs
1 parent bb757c1 commit 2370f0b

File tree

2 files changed

+6
-297
lines changed

2 files changed

+6
-297
lines changed

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ require (
66
github.com/go-logr/logr v1.2.3
77
github.com/onsi/ginkgo/v2 v2.5.0
88
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
1011
gopkg.in/yaml.v2 v2.4.0
1112
k8s.io/api v0.25.4
1213
k8s.io/apimachinery v0.25.4
1314
k8s.io/client-go v0.25.4
1415
sigs.k8s.io/controller-runtime v0.13.1
1516
sigs.k8s.io/yaml v1.3.0
16-
github.com/oracle/oci-go-sdk/v65 v65.26.1
1717
)
1818

1919
require (
@@ -25,7 +25,6 @@ require (
2525
github.com/emicklei/go-restful/v3 v3.8.0 // indirect
2626
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
2727
github.com/fsnotify/fsnotify v1.5.4 // indirect
28-
github.com/go-logr/zapr v1.2.3 // indirect
2928
github.com/go-openapi/jsonpointer v0.19.5 // indirect
3029
github.com/go-openapi/jsonreference v0.19.5 // indirect
3130
github.com/go-openapi/swag v0.19.14 // indirect
@@ -75,8 +74,9 @@ require (
7574
require (
7675
cloud.google.com/go/compute v1.2.0 // indirect
7776
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
77+
github.com/go-logr/zapr v1.2.3 // indirect
7878
github.com/google/gofuzz v1.2.0 // indirect
7979
github.com/google/uuid v1.3.0 // indirect
8080
go.uber.org/atomic v1.9.0 // indirect
8181
go.uber.org/multierr v1.7.0 // indirect
82-
)
82+
)

0 commit comments

Comments
 (0)