Skip to content

Commit

Permalink
vendor: bump github.com/cilium/cilium to latest master
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias Klauser <tobias@cilium.io>
  • Loading branch information
tklauser committed May 26, 2021
1 parent 94744a8 commit 6e67b26
Show file tree
Hide file tree
Showing 116 changed files with 4,113 additions and 779 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/cilium/hubble
go 1.16

require (
github.com/cilium/cilium v1.10.0-rc0.0.20210426173657-3b64f2372319
github.com/cilium/cilium v1.10.0-rc0.0.20210526015840-e19f8c1e71f9
github.com/fatih/color v1.10.0
github.com/google/go-cmp v0.5.5
github.com/gordonklaus/ineffassign v0.0.0-20210209182638-d0e41b2fc8ed
Expand All @@ -14,7 +14,7 @@ require (
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.7.0
golang.org/x/lint v0.0.0-20201208152925-83fdc39ff7b5
golang.org/x/sys v0.0.0-20210314195730-07df6a141424
golang.org/x/sys v0.0.0-20210503173754-0981d6026fa6
google.golang.org/grpc v1.37.1
google.golang.org/protobuf v1.26.0
gopkg.in/yaml.v2 v2.4.0
Expand All @@ -25,6 +25,6 @@ require (
replace (
github.com/miekg/dns => github.com/cilium/dns v1.1.4-0.20190417235132-8e25ec9a0ff3
github.com/optiopay/kafka => github.com/cilium/kafka v0.0.0-20180809090225-01ce283b732b
go.universe.tf/metallb => github.com/cilium/metallb v0.1.1-0.20210402175553-310946fff4b4
go.universe.tf/metallb => github.com/cilium/metallb v0.1.1-0.20210520171949-40d425d20241
sigs.k8s.io/controller-tools => github.com/christarazi/controller-tools v0.3.1-0.20200911184030-7e668c1fb4c2
)
87 changes: 59 additions & 28 deletions go.sum

Large diffs are not rendered by default.

51 changes: 38 additions & 13 deletions vendor/github.com/cilium/cilium/AUTHORS

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/github.com/cilium/cilium/api/v1/flow/flow.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/github.com/cilium/cilium/api/v1/peer/peer.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/github.com/cilium/cilium/api/v1/relay/relay.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions vendor/github.com/cilium/cilium/pkg/defaults/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions vendor/github.com/mitchellh/mapstructure/CHANGELOG.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 24 additions & 0 deletions vendor/github.com/mitchellh/mapstructure/decode_hooks.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6e67b26

Please sign in to comment.