Skip to content

Commit

Permalink
fix(deps): update all go dependencies main
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <bot@renovateapp.com>
Signed-off-by: Chris Tarazi <chris@isovalent.com>
  • Loading branch information
renovate[bot] authored and aanm committed Aug 4, 2023
1 parent 7a20a30 commit 036f1dc
Show file tree
Hide file tree
Showing 731 changed files with 90,088 additions and 2,840 deletions.
2 changes: 1 addition & 1 deletion contrib/scripts/custom-vet-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# Cilium implements custom linters that can be found at
# https://github.com/cilium/linters
# They performs custom static analysis checks.
"$GO" run github.com/cilium/linters -timeafter.ignore inctimer -readall.ignore safeio ./...
"$GO" run github.com/cilium/linters -timeafter.ignore inctimer -ioreadall.ignore safeio ./...
30 changes: 14 additions & 16 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ require (
github.com/aws/aws-sdk-go-v2 v1.20.0
github.com/aws/aws-sdk-go-v2/config v1.18.32
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.13.7
github.com/aws/aws-sdk-go-v2/service/ec2 v1.104.0
github.com/aws/aws-sdk-go-v2/service/ec2 v1.110.0
github.com/aws/smithy-go v1.14.0
github.com/blang/semver/v4 v4.0.0
github.com/cilium/checkmate v1.0.3
github.com/cilium/coverbee v0.3.2
github.com/cilium/deepequal-gen v0.0.0-20230330134849-754271daeec2
github.com/cilium/ebpf v0.11.0
github.com/cilium/fake v0.4.0
github.com/cilium/linters v0.0.0-20230711081823-012f25fa2197
github.com/cilium/fake v0.5.0
github.com/cilium/linters v0.0.0-20230801075916-7f834a0039f3
github.com/cilium/lumberjack/v2 v2.3.0
github.com/cilium/proxy v0.0.0-20230717091635-46b594d97d19
github.com/cilium/workerpool v1.2.0
Expand Down Expand Up @@ -50,7 +50,7 @@ require (
github.com/google/uuid v1.3.0
github.com/gorilla/mux v1.8.0
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
github.com/hashicorp/consul/api v1.22.0
github.com/hashicorp/consul/api v1.23.0
github.com/hashicorp/go-immutable-radix/v2 v2.0.0
github.com/hashicorp/go-memdb v1.3.4
github.com/hashicorp/golang-lru/v2 v2.0.4
Expand All @@ -64,7 +64,7 @@ require (
github.com/mitchellh/mapstructure v1.5.0
github.com/onsi/ginkgo v1.16.5
github.com/onsi/gomega v1.27.7
github.com/osrg/gobgp/v3 v3.16.0
github.com/osrg/gobgp/v3 v3.17.0
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
github.com/prometheus/client_golang v1.16.0
github.com/prometheus/client_model v0.4.0
Expand All @@ -81,7 +81,7 @@ require (
github.com/spiffe/go-spiffe/v2 v2.1.6
github.com/spiffe/spire-api-sdk v1.7.1
github.com/stretchr/testify v1.8.4
github.com/tidwall/gjson v1.14.4
github.com/tidwall/gjson v1.15.0
github.com/tidwall/sjson v1.2.5
github.com/vishvananda/netlink v1.2.1-beta.2.0.20230621221334-77712cff8739
github.com/vishvananda/netns v0.0.4
Expand All @@ -92,22 +92,22 @@ require (
go.opentelemetry.io/otel/trace v1.16.0
go.uber.org/dig v1.17.0
go.uber.org/goleak v1.2.1
go.uber.org/zap v1.24.0
go.uber.org/zap v1.25.0
go.universe.tf/metallb v0.11.0
go4.org/netipx v0.0.0-20230303233057-f1b76eb4bb35
go4.org/netipx v0.0.0-20230728184502-ec4c8b891b28
golang.org/x/crypto v0.11.0
golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1
golang.org/x/exp v0.0.0-20230801115018-d63ba01acd4b
golang.org/x/mod v0.12.0
golang.org/x/net v0.12.0
golang.org/x/net v0.13.0
golang.org/x/sync v0.3.0
golang.org/x/sys v0.10.0
golang.org/x/term v0.10.0
golang.org/x/time v0.3.0
golang.org/x/tools v0.11.1
golang.zx2c4.com/wireguard v0.0.0-20230704135630-469159ecf7d1
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20230429144221-925a1e7659e6
google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98
google.golang.org/grpc v1.56.2
google.golang.org/genproto/googleapis/rpc v0.0.0-20230803162519-f966b187b2e5
google.golang.org/grpc v1.57.0
google.golang.org/protobuf v1.31.0
gopkg.in/ini.v1 v1.67.0
gopkg.in/yaml.v3 v3.0.1
Expand Down Expand Up @@ -144,7 +144,6 @@ require (
github.com/aws/aws-sdk-go-v2/service/sso v1.13.1 // indirect
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.15.1 // indirect
github.com/aws/aws-sdk-go-v2/service/sts v1.21.1 // indirect
github.com/benbjohnson/clock v1.3.0 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
Expand Down Expand Up @@ -237,15 +236,14 @@ require (
gitlab.com/golang-commonmark/puny v0.0.0-20191124015043-9f83538fa04f // indirect
go.mongodb.org/mongo-driver v1.11.3 // indirect
go.opentelemetry.io/otel/metric v1.16.0 // indirect
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/oauth2 v0.7.0 // indirect
golang.org/x/text v0.11.0 // indirect
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2 // indirect
gomodules.xyz/jsonpatch/v2 v2.3.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20230706204954-ccb25ca9f130 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20230629202037-9506855d4529 // indirect
google.golang.org/genproto v0.0.0-20230726155614-23370e0ffb3e // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20230706204954-ccb25ca9f130 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
Expand Down
62 changes: 28 additions & 34 deletions go.sum

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

0 comments on commit 036f1dc

Please sign in to comment.