Skip to content

Commit fdcd5f5

Browse files
committed
updating dependencies
Signed-off-by: Adam D. Cornett <[email protected]>
1 parent ce75af3 commit fdcd5f5

File tree

2 files changed

+147
-225
lines changed

2 files changed

+147
-225
lines changed

go.mod

Lines changed: 45 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -6,57 +6,59 @@ require (
66
github.com/blang/semver/v4 v4.0.0
77
github.com/ghodss/yaml v1.0.0
88
github.com/go-bindata/go-bindata/v3 v3.1.3
9-
github.com/google/cel-go v0.12.6
10-
github.com/sirupsen/logrus v1.8.1
11-
github.com/spf13/cobra v1.6.0
12-
github.com/stretchr/testify v1.8.0
13-
google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21
14-
k8s.io/api v0.26.1
15-
k8s.io/apiextensions-apiserver v0.26.1
16-
k8s.io/apimachinery v0.26.1
17-
k8s.io/client-go v0.26.1
18-
sigs.k8s.io/controller-runtime v0.14.4
9+
github.com/google/cel-go v0.15.3
10+
github.com/sirupsen/logrus v1.9.2
11+
github.com/spf13/cobra v1.7.0
12+
github.com/stretchr/testify v1.8.3
13+
google.golang.org/genproto v0.0.0-20230525154841-bd750badd5c6
14+
k8s.io/api v0.27.2
15+
k8s.io/apiextensions-apiserver v0.27.2
16+
k8s.io/apimachinery v0.27.2
17+
k8s.io/client-go v0.27.2
18+
sigs.k8s.io/controller-runtime v0.15.0
1919
)
2020

2121
require (
22-
github.com/antlr/antlr4/runtime/Go/antlr v1.4.10 // indirect
22+
github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230305170008-8188dc5388df // indirect
2323
github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a // indirect
2424
github.com/beorn7/perks v1.0.1 // indirect
2525
github.com/cenkalti/backoff/v4 v4.1.3 // indirect
26-
github.com/cespare/xxhash/v2 v2.1.2 // indirect
26+
github.com/cespare/xxhash/v2 v2.2.0 // indirect
2727
github.com/davecgh/go-spew v1.1.1 // indirect
28+
github.com/emicklei/go-restful/v3 v3.9.0 // indirect
2829
github.com/felixge/httpsnoop v1.0.3 // indirect
29-
github.com/go-logr/logr v1.2.3 // indirect
30+
github.com/go-logr/logr v1.2.4 // indirect
3031
github.com/go-logr/stdr v1.2.2 // indirect
31-
github.com/go-openapi/jsonpointer v0.19.5 // indirect
32-
github.com/go-openapi/jsonreference v0.20.0 // indirect
33-
github.com/go-openapi/swag v0.19.14 // indirect
32+
github.com/go-openapi/jsonpointer v0.19.6 // indirect
33+
github.com/go-openapi/jsonreference v0.20.1 // indirect
34+
github.com/go-openapi/swag v0.22.3 // indirect
3435
github.com/gogo/protobuf v1.3.2 // indirect
3536
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
36-
github.com/golang/protobuf v1.5.2 // indirect
37+
github.com/golang/protobuf v1.5.3 // indirect
3738
github.com/google/gnostic v0.5.7-v3refs // indirect
3839
github.com/google/go-cmp v0.5.9 // indirect
3940
github.com/google/gofuzz v1.1.0 // indirect
40-
github.com/google/uuid v1.1.2 // indirect
41+
github.com/google/uuid v1.3.0 // indirect
4142
github.com/grpc-ecosystem/grpc-gateway/v2 v2.7.0 // indirect
4243
github.com/imdario/mergo v0.3.12 // indirect
43-
github.com/inconshreveable/mousetrap v1.0.1 // indirect
44+
github.com/inconshreveable/mousetrap v1.1.0 // indirect
4445
github.com/josharian/intern v1.0.0 // indirect
4546
github.com/json-iterator/go v1.1.12 // indirect
4647
github.com/kisielk/errcheck v1.5.0 // indirect
47-
github.com/mailru/easyjson v0.7.6 // indirect
48-
github.com/matttproud/golang_protobuf_extensions v1.0.2 // indirect
48+
github.com/mailru/easyjson v0.7.7 // indirect
49+
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
4950
github.com/mitchellh/mapstructure v1.4.1 // indirect
5051
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
5152
github.com/modern-go/reflect2 v1.0.2 // indirect
53+
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
5254
github.com/pmezard/go-difflib v1.0.0 // indirect
53-
github.com/prometheus/client_golang v1.14.0 // indirect
54-
github.com/prometheus/client_model v0.3.0 // indirect
55-
github.com/prometheus/common v0.37.0 // indirect
56-
github.com/prometheus/procfs v0.8.0 // indirect
55+
github.com/prometheus/client_golang v1.15.1 // indirect
56+
github.com/prometheus/client_model v0.4.0 // indirect
57+
github.com/prometheus/common v0.42.0 // indirect
58+
github.com/prometheus/procfs v0.9.0 // indirect
5759
github.com/spf13/pflag v1.0.5 // indirect
5860
github.com/stoewer/go-strcase v1.2.0 // indirect
59-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.35.0 // indirect
61+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.35.1 // indirect
6062
go.opentelemetry.io/otel v1.10.0 // indirect
6163
go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.10.0 // indirect
6264
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.10.0 // indirect
@@ -65,28 +67,29 @@ require (
6567
go.opentelemetry.io/otel/sdk v1.10.0 // indirect
6668
go.opentelemetry.io/otel/trace v1.10.0 // indirect
6769
go.opentelemetry.io/proto/otlp v0.19.0 // indirect
70+
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e // indirect
6871
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
69-
golang.org/x/mod v0.6.0 // indirect
70-
golang.org/x/net v0.3.1-0.20221206200815-1e63c2f08a10 // indirect
71-
golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b // indirect
72-
golang.org/x/sys v0.3.0 // indirect
73-
golang.org/x/term v0.3.0 // indirect
74-
golang.org/x/text v0.5.0 // indirect
72+
golang.org/x/mod v0.10.0 // indirect
73+
golang.org/x/net v0.10.0 // indirect
74+
golang.org/x/oauth2 v0.5.0 // indirect
75+
golang.org/x/sys v0.8.0 // indirect
76+
golang.org/x/term v0.8.0 // indirect
77+
golang.org/x/text v0.9.0 // indirect
7578
golang.org/x/time v0.3.0 // indirect
76-
golang.org/x/tools v0.2.0 // indirect
79+
golang.org/x/tools v0.9.1 // indirect
7780
google.golang.org/appengine v1.6.7 // indirect
78-
google.golang.org/grpc v1.49.0 // indirect
79-
google.golang.org/protobuf v1.28.1 // indirect
81+
google.golang.org/grpc v1.54.0 // indirect
82+
google.golang.org/protobuf v1.30.0 // indirect
8083
gopkg.in/inf.v0 v0.9.1 // indirect
8184
gopkg.in/yaml.v2 v2.4.0 // indirect
8285
gopkg.in/yaml.v3 v3.0.1 // indirect
83-
k8s.io/apiserver v0.26.1 // indirect
84-
k8s.io/component-base v0.26.1 // indirect
85-
k8s.io/klog/v2 v2.80.1 // indirect
86-
k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 // indirect
87-
k8s.io/utils v0.0.0-20221128185143-99ec85e7a448 // indirect
88-
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.0.35 // indirect
89-
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
86+
k8s.io/apiserver v0.27.2 // indirect
87+
k8s.io/component-base v0.27.2 // indirect
88+
k8s.io/klog/v2 v2.90.1 // indirect
89+
k8s.io/kube-openapi v0.0.0-20230501164219-8b0f38b5fd1f // indirect
90+
k8s.io/utils v0.0.0-20230209194617-a36077c30491 // indirect
91+
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.1.2 // indirect
92+
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
9093
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
9194
sigs.k8s.io/yaml v1.3.0 // indirect
9295
)

0 commit comments

Comments
 (0)