Skip to content

Commit 006195c

Browse files
committed
Update filteredcache dependency version
Signed-off-by: Daniel Fan <[email protected]>
1 parent a871ad6 commit 006195c

File tree

2 files changed

+87
-86
lines changed

2 files changed

+87
-86
lines changed

go.mod

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@ module github.com/IBM/operand-deployment-lifecycle-manager
33
go 1.20
44

55
require (
6-
github.com/IBM/controller-filtered-cache v0.3.2
6+
github.com/IBM/controller-filtered-cache v0.3.6
77
github.com/IBM/ibm-namespace-scope-operator v1.0.0-alpha
88
github.com/deckarep/golang-set v1.7.1
99
github.com/jaegertracing/jaeger-operator v1.44.0
1010
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
1111
github.com/onsi/ginkgo v1.16.5
12-
github.com/onsi/gomega v1.24.1
12+
github.com/onsi/gomega v1.27.4
1313
github.com/operator-framework/api v0.6.2
1414
github.com/operator-framework/operator-lifecycle-manager v0.17.0
1515
github.com/pkg/errors v0.9.1
16-
golang.org/x/mod v0.7.0
17-
k8s.io/api v0.26.2
16+
golang.org/x/mod v0.8.0
17+
k8s.io/api v0.27.1
1818
k8s.io/apiextensions-apiserver v0.26.1
19-
k8s.io/apimachinery v0.26.2
20-
k8s.io/client-go v0.26.2
19+
k8s.io/apimachinery v0.27.1
20+
k8s.io/client-go v0.27.1
2121
k8s.io/klog v1.0.0
22-
sigs.k8s.io/controller-runtime v0.14.4
22+
sigs.k8s.io/controller-runtime v0.14.6
2323
sigs.k8s.io/kubebuilder v1.0.9-0.20200805184228-f7a3b65dd250
2424
)
2525

@@ -29,28 +29,28 @@ require (
2929
github.com/blang/semver/v4 v4.0.0 // indirect
3030
github.com/cespare/xxhash/v2 v2.2.0 // indirect
3131
github.com/davecgh/go-spew v1.1.1 // indirect
32-
github.com/emicklei/go-restful/v3 v3.9.0 // indirect
32+
github.com/emicklei/go-restful/v3 v3.10.2 // indirect
3333
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
3434
github.com/fsnotify/fsnotify v1.6.0 // indirect
35-
github.com/go-logr/logr v1.2.3 // indirect
35+
github.com/go-logr/logr v1.2.4 // indirect
3636
github.com/go-logr/zapr v1.2.3 // indirect
37-
github.com/go-openapi/jsonpointer v0.19.5 // indirect
38-
github.com/go-openapi/jsonreference v0.20.0 // indirect
39-
github.com/go-openapi/swag v0.19.14 // indirect
40-
github.com/gobuffalo/flect v0.2.1 // indirect
37+
github.com/go-openapi/jsonpointer v0.19.6 // indirect
38+
github.com/go-openapi/jsonreference v0.20.2 // indirect
39+
github.com/go-openapi/swag v0.22.3 // indirect
40+
github.com/gobuffalo/flect v1.0.2 // indirect
4141
github.com/gogo/protobuf v1.3.2 // indirect
4242
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
43-
github.com/golang/protobuf v1.5.2 // indirect
43+
github.com/golang/protobuf v1.5.3 // indirect
4444
github.com/google/gnostic v0.6.9 // indirect
4545
github.com/google/go-cmp v0.5.9 // indirect
46-
github.com/google/gofuzz v1.1.0 // indirect
46+
github.com/google/gofuzz v1.2.0 // indirect
4747
github.com/google/uuid v1.3.0 // indirect
4848
github.com/hashicorp/hcl v1.0.0 // indirect
4949
github.com/imdario/mergo v0.3.12 // indirect
5050
github.com/josharian/intern v1.0.0 // indirect
5151
github.com/json-iterator/go v1.1.12 // indirect
5252
github.com/magiconair/properties v1.8.7 // indirect
53-
github.com/mailru/easyjson v0.7.6 // indirect
53+
github.com/mailru/easyjson v0.7.7 // indirect
5454
github.com/matttproud/golang_protobuf_extensions v1.0.2 // indirect
5555
github.com/mitchellh/mapstructure v1.5.0 // indirect
5656
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
@@ -74,27 +74,27 @@ require (
7474
go.uber.org/atomic v1.9.0 // indirect
7575
go.uber.org/multierr v1.8.0 // indirect
7676
go.uber.org/zap v1.24.0 // indirect
77-
golang.org/x/net v0.7.0 // indirect
78-
golang.org/x/oauth2 v0.4.0 // indirect
79-
golang.org/x/sys v0.5.0 // indirect
80-
golang.org/x/term v0.5.0 // indirect
81-
golang.org/x/text v0.7.0 // indirect
77+
golang.org/x/net v0.10.0 // indirect
78+
golang.org/x/oauth2 v0.8.0 // indirect
79+
golang.org/x/sys v0.8.0 // indirect
80+
golang.org/x/term v0.8.0 // indirect
81+
golang.org/x/text v0.9.0 // indirect
8282
golang.org/x/time v0.3.0 // indirect
8383
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
8484
google.golang.org/appengine v1.6.7 // indirect
8585
google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect
8686
google.golang.org/grpc v1.53.0 // indirect
87-
google.golang.org/protobuf v1.28.1 // indirect
87+
google.golang.org/protobuf v1.30.0 // indirect
8888
gopkg.in/inf.v0 v0.9.1 // indirect
8989
gopkg.in/ini.v1 v1.67.0 // indirect
9090
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
9191
gopkg.in/yaml.v2 v2.4.0 // indirect
9292
gopkg.in/yaml.v3 v3.0.1 // indirect
9393
k8s.io/component-base v0.26.2 // indirect
94-
k8s.io/klog/v2 v2.80.1 // indirect
95-
k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 // indirect
96-
k8s.io/utils v0.0.0-20221128185143-99ec85e7a448 // indirect
97-
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
94+
k8s.io/klog/v2 v2.100.1 // indirect
95+
k8s.io/kube-openapi v0.0.0-20230501164219-8b0f38b5fd1f // indirect
96+
k8s.io/utils v0.0.0-20230505201702-9f6742963106 // indirect
97+
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
9898
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
9999
sigs.k8s.io/yaml v1.3.0 // indirect
100100
)

0 commit comments

Comments
 (0)