Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/gogo/protobuf from 1.3.1 to 1.3.2 in /operator #53

Open
wants to merge 1 commit into
base: devel
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
5 changes: 1 addition & 4 deletions operator/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,14 @@ module github.com/semagrow/kobe/operator
go 1.14

require (
github.com/go-openapi/spec v0.19.4
github.com/gogo/protobuf v1.3.1
github.com/gogo/protobuf v1.3.2
github.com/operator-framework/operator-sdk v0.16.0
github.com/spf13/pflag v1.0.5
golang.org/x/tools/gopls v0.4.0 // indirect
istio.io/api v0.0.0-20200417223136-90a960729620
istio.io/client-go v0.0.0-20200417172857-74af6f52f3d9
k8s.io/api v0.18.1
k8s.io/apimachinery v0.18.1
k8s.io/client-go v12.0.0+incompatible
k8s.io/kube-openapi v0.0.0-20190918143330-0270cf2f1c1d
sigs.k8s.io/controller-runtime v0.4.0
sigs.k8s.io/controller-tools v0.2.4
)
Expand Down
Loading