Skip to content

Commit b5bcd8c

Browse files
committed
Adopt two recent dependabot PRs:
* Bump golang.org/x/net from 0.0.0-20201021035429-f5854403a974 to 0.17.0 * Bump google.golang.org/grpc from 1.25.1 to 1.56.3
1 parent 9510b20 commit b5bcd8c

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
.ijwb
22
.idea
33
build/
4+
.vscode/
5+
.DS_Store

go.mod

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,29 @@ require (
6060
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
6161
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
6262
)
63+
64+
require (
65+
cloud.google.com/go/compute v1.19.1 // indirect
66+
cloud.google.com/go/compute/metadata v0.2.3 // indirect
67+
github.com/beorn7/perks v1.0.1 // indirect
68+
github.com/cespare/xxhash/v2 v2.2.0 // indirect
69+
github.com/davecgh/go-spew v1.1.1 // indirect
70+
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
71+
github.com/google/gofuzz v1.0.0 // indirect
72+
github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect
73+
github.com/googleapis/gax-go/v2 v2.7.1 // indirect
74+
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
75+
github.com/pmezard/go-difflib v1.0.0 // indirect
76+
github.com/prometheus/common v0.7.0 // indirect
77+
github.com/prometheus/procfs v0.0.5 // indirect
78+
go.opencensus.io v0.24.0 // indirect
79+
golang.org/x/sys v0.13.0 // indirect
80+
golang.org/x/text v0.13.0 // indirect
81+
google.golang.org/appengine v1.6.7 // indirect
82+
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
83+
google.golang.org/protobuf v1.30.0 // indirect
84+
gopkg.in/inf.v0 v0.9.1 // indirect
85+
gopkg.in/warnings.v0 v0.1.2 // indirect
86+
gopkg.in/yaml.v3 v3.0.1 // indirect
87+
k8s.io/klog v1.0.0 // indirect
88+
)

0 commit comments

Comments
 (0)