Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
C
Coredns
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Railgun
Coredns
Commits
964cf384
Commit
964cf384
authored
Aug 10, 2021
by
Chris O'Haver
Committed by
GitHub
Aug 10, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bump client-go et al to 0.22.0 (#4791)
Signed-off-by:
Chris O'Haver
<
cohaver@infoblox.com
>
parent
486dd900
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
47 additions
and
42 deletions
+47
-42
go.mod
go.mod
+4
-4
go.sum
go.sum
+43
-38
No files found.
go.mod
View file @
964cf384
...
@@ -15,7 +15,6 @@ require (
...
@@ -15,7 +15,6 @@ require (
github.com/farsightsec/golang-framestream v0.3.0
github.com/farsightsec/golang-framestream v0.3.0
github.com/golang/protobuf v1.5.2
github.com/golang/protobuf v1.5.2
github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645
github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/imdario/mergo v0.3.12 // indirect
github.com/imdario/mergo v0.3.12 // indirect
github.com/infobloxopen/go-trees v0.0.0-20200715205103-96a057b8dfb9
github.com/infobloxopen/go-trees v0.0.0-20200715205103-96a057b8dfb9
github.com/matttproud/golang_protobuf_extensions v1.0.1
github.com/matttproud/golang_protobuf_extensions v1.0.1
...
@@ -28,6 +27,7 @@ require (
...
@@ -28,6 +27,7 @@ require (
github.com/prometheus/client_golang v1.11.0
github.com/prometheus/client_golang v1.11.0
github.com/prometheus/client_model v0.2.0
github.com/prometheus/client_model v0.2.0
github.com/prometheus/common v0.30.0
github.com/prometheus/common v0.30.0
github.com/stretchr/objx v0.2.0 // indirect
go.etcd.io/etcd/api/v3 v3.5.0
go.etcd.io/etcd/api/v3 v3.5.0
go.etcd.io/etcd/client/v3 v3.5.0
go.etcd.io/etcd/client/v3 v3.5.0
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a
...
@@ -35,8 +35,8 @@ require (
...
@@ -35,8 +35,8 @@ require (
google.golang.org/api v0.52.0
google.golang.org/api v0.52.0
google.golang.org/grpc v1.39.1
google.golang.org/grpc v1.39.1
gopkg.in/DataDog/dd-trace-go.v1 v1.31.1
gopkg.in/DataDog/dd-trace-go.v1 v1.31.1
k8s.io/api v0.2
1.3
k8s.io/api v0.2
2.0
k8s.io/apimachinery v0.2
1.3
k8s.io/apimachinery v0.2
2.0
k8s.io/client-go v0.2
1.3
k8s.io/client-go v0.2
2.0
k8s.io/klog/v2 v2.10.0
k8s.io/klog/v2 v2.10.0
)
)
go.sum
View file @
964cf384
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment