Skip to content

Commit

Permalink
Merge pull request #97 from adrianchiris/update-protobuf
Browse files Browse the repository at this point in the history
Update gogo/protobuf to v1.3.2
  • Loading branch information
moshe010 authored Feb 11, 2021
2 parents c4b85a7 + 266a1ea commit bbd18e3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 119 deletions.
6 changes: 2 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,17 @@ module github.com/Mellanox/network-operator
go 1.15

require (
github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 // indirect
github.com/caarlos0/env/v6 v6.4.0
github.com/go-logr/logr v0.3.0
github.com/go-openapi/validate v0.19.5 // indirect
github.com/googleapis/gnostic v0.5.3 // indirect
github.com/k8snetworkplumbingwg/network-attachment-definition-client v1.1.0
github.com/onsi/ginkgo v1.14.1
github.com/onsi/gomega v1.10.2
github.com/pkg/errors v0.9.1
github.com/ugorji/go v1.1.4 // indirect
github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77 // indirect
k8s.io/api v0.20.2
k8s.io/apimachinery v0.20.2
k8s.io/client-go v0.20.2
sigs.k8s.io/controller-runtime v0.8.1
)

replace github.com/gogo/protobuf => github.com/gogo/protobuf v1.3.2
Loading

0 comments on commit bbd18e3

Please sign in to comment.