Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Bump google.golang.org/grpc from 1.24.0 to 1.53.0 #20

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ module github.com/zenoss/zenoss-agent-kubernetes
go 1.12

require (
cloud.google.com/go v0.41.0 // indirect
github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6 // indirect
github.com/golang/protobuf v1.3.2
github.com/golang/protobuf v1.5.2
github.com/googleapis/gnostic v0.3.0 // indirect
github.com/gophercloud/gophercloud v0.2.0 // indirect
github.com/imdario/mergo v0.3.7 // indirect
Expand All @@ -16,11 +14,9 @@ require (
github.com/sirupsen/logrus v1.4.2
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/viper v1.4.0
github.com/stretchr/testify v1.5.1
github.com/stretchr/testify v1.8.1
github.com/zenoss/zenoss-protobufs v1.0.0
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 // indirect
golang.org/x/sys v0.0.0-20190712062909-fae7ac547cb7 // indirect
google.golang.org/grpc v1.24.0
google.golang.org/grpc v1.53.0
gopkg.in/inf.v0 v0.9.1 // indirect
k8s.io/api v0.0.0-20190717022910-653c86b0609b
k8s.io/apimachinery v0.0.0-20190717022731-0bb8574e0887
Expand Down
Loading