Skip to content

Commit 00359d1

Browse files
authored
dependabot updates (#2738)
1 parent 630b53f commit 00359d1

File tree

2 files changed

+62
-59
lines changed

2 files changed

+62
-59
lines changed

go.mod

+20-18
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ require (
66
github.com/apparentlymart/go-cidr v1.1.0
77
github.com/aws/amazon-vpc-cni-k8s/test/agent v0.0.0-20231212223725-21c4bd73015b
88
github.com/aws/amazon-vpc-resource-controller-k8s v1.4.1
9-
github.com/aws/aws-sdk-go v1.48.10
9+
github.com/aws/aws-sdk-go v1.49.13
1010
github.com/containernetworking/cni v1.1.2
11-
github.com/containernetworking/plugins v1.2.0
11+
github.com/containernetworking/plugins v1.4.0
1212
github.com/coreos/go-iptables v0.7.0
13-
github.com/go-logr/logr v1.3.0
13+
github.com/go-logr/logr v1.4.1
1414
github.com/golang/mock v1.6.0
1515
github.com/golang/protobuf v1.5.3
1616
github.com/google/go-cmp v0.6.0
1717
github.com/onsi/ginkgo/v2 v2.13.2
18-
github.com/onsi/gomega v1.29.0
18+
github.com/onsi/gomega v1.30.0
1919
github.com/pkg/errors v0.9.1
2020
github.com/prometheus/client_golang v1.17.0
2121
github.com/prometheus/client_model v0.5.0
@@ -28,15 +28,15 @@ require (
2828
go.uber.org/zap v1.26.0
2929
golang.org/x/net v0.17.0
3030
golang.org/x/sys v0.15.0
31-
google.golang.org/grpc v1.59.0
31+
google.golang.org/grpc v1.60.1
3232
google.golang.org/protobuf v1.31.0
3333
gopkg.in/natefinch/lumberjack.v2 v2.2.1
3434
gopkg.in/yaml.v2 v2.4.0
3535
helm.sh/helm/v3 v3.13.2
36-
k8s.io/api v0.28.4
37-
k8s.io/apimachinery v0.28.4
38-
k8s.io/cli-runtime v0.28.4
39-
k8s.io/client-go v0.28.4
36+
k8s.io/api v0.29.0
37+
k8s.io/apimachinery v0.29.0
38+
k8s.io/cli-runtime v0.29.0
39+
k8s.io/client-go v0.29.0
4040
sigs.k8s.io/controller-runtime v0.16.3
4141
)
4242

@@ -86,10 +86,11 @@ require (
8686
github.com/google/btree v1.0.1 // indirect
8787
github.com/google/gnostic-models v0.6.9-0.20230804172637-c7be7c783f49 // indirect
8888
github.com/google/gofuzz v1.2.0 // indirect
89-
github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1 // indirect
89+
github.com/google/pprof v0.0.0-20230323073829-e72429f035bd // indirect
9090
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
9191
github.com/google/uuid v1.3.1 // indirect
9292
github.com/gorilla/mux v1.8.0 // indirect
93+
github.com/gorilla/websocket v1.5.0 // indirect
9394
github.com/gosuri/uitable v0.0.4 // indirect
9495
github.com/gregjones/httpcache v0.0.0-20190212212710-3befbb6ad0cc // indirect
9596
github.com/hashicorp/errwrap v1.1.0 // indirect
@@ -122,6 +123,7 @@ require (
122123
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
123124
github.com/morikuni/aec v1.0.0 // indirect
124125
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
126+
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
125127
github.com/opencontainers/go-digest v1.0.0 // indirect
126128
github.com/opencontainers/image-spec v1.1.0-rc5 // indirect
127129
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
@@ -133,7 +135,7 @@ require (
133135
github.com/shopspring/decimal v1.3.1 // indirect
134136
github.com/spf13/cast v1.5.0 // indirect
135137
github.com/spf13/cobra v1.7.0 // indirect
136-
github.com/vishvananda/netns v0.0.0-20210104183010-2eb08e3e575f // indirect
138+
github.com/vishvananda/netns v0.0.4 // indirect
137139
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
138140
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
139141
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
@@ -146,29 +148,29 @@ require (
146148
go.uber.org/multierr v1.11.0 // indirect
147149
golang.org/x/crypto v0.14.0 // indirect
148150
golang.org/x/exp v0.0.0-20230315142452-642cacee5cc0 // indirect
149-
golang.org/x/oauth2 v0.11.0 // indirect
151+
golang.org/x/oauth2 v0.13.0 // indirect
150152
golang.org/x/sync v0.4.0 // indirect
151153
golang.org/x/term v0.15.0 // indirect
152154
golang.org/x/text v0.14.0 // indirect
153155
golang.org/x/time v0.3.0 // indirect
154156
golang.org/x/tools v0.14.0 // indirect
155157
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
156-
google.golang.org/appengine v1.6.7 // indirect
157-
google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d // indirect
158+
google.golang.org/appengine v1.6.8 // indirect
159+
google.golang.org/genproto/googleapis/rpc v0.0.0-20231002182017-d307bd883b97 // indirect
158160
gopkg.in/inf.v0 v0.9.1 // indirect
159161
gopkg.in/yaml.v3 v3.0.1 // indirect
160162
k8s.io/apiextensions-apiserver v0.28.3 // indirect
161163
k8s.io/apiserver v0.28.3 // indirect
162164
k8s.io/component-base v0.28.3 // indirect
163-
k8s.io/klog/v2 v2.100.1 // indirect
164-
k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9 // indirect
165+
k8s.io/klog/v2 v2.110.1 // indirect
166+
k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect
165167
k8s.io/kubectl v0.28.2 // indirect
166-
k8s.io/utils v0.0.0-20230406110748-d93618cff8a2 // indirect
168+
k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect
167169
oras.land/oras-go v1.2.4 // indirect
168170
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
169171
sigs.k8s.io/kustomize/api v0.13.5-0.20230601165947-6ce0bf390ce3 // indirect
170172
sigs.k8s.io/kustomize/kyaml v0.14.3-0.20230601165947-6ce0bf390ce3 // indirect
171-
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
173+
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
172174
sigs.k8s.io/yaml v1.3.0 // indirect
173175
)
174176

0 commit comments

Comments
 (0)