Skip to content

Commit

Permalink
Update go dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mrueg authored and aauren committed Oct 17, 2022
1 parent 4042ff4 commit ba5561e
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 494 deletions.
26 changes: 11 additions & 15 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
module github.com/cloudnativelabs/kube-router

require (
github.com/aws/aws-sdk-go v1.44.109
github.com/aws/aws-sdk-go v1.44.116
github.com/containernetworking/cni v1.1.2
github.com/containernetworking/plugins v1.1.1
github.com/coreos/go-iptables v0.6.0
github.com/docker/docker v20.10.18+incompatible
github.com/docker/docker v20.10.19+incompatible
github.com/moby/ipvs v1.0.2
github.com/onsi/ginkgo v1.16.5
github.com/onsi/gomega v1.20.2
Expand All @@ -14,14 +14,14 @@ require (
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.8.0
github.com/vishvananda/netlink v1.1.1-0.20210330154013-f5de75959ad5
github.com/vishvananda/netns v0.0.0-20211101163701-50045581ed74
golang.org/x/net v0.0.0-20220722155237-a158d28d115b
google.golang.org/grpc v1.49.0
github.com/vishvananda/netns v0.0.0-20220913150850-18c4f4234207
golang.org/x/net v0.0.0-20221014081412-f15817d10f9b
google.golang.org/grpc v1.50.1
google.golang.org/protobuf v1.28.1
k8s.io/api v0.24.4
k8s.io/apimachinery v0.24.4
k8s.io/client-go v0.24.4
k8s.io/cri-api v0.24.4
k8s.io/api v0.24.7
k8s.io/apimachinery v0.24.7
k8s.io/client-go v0.24.7
k8s.io/cri-api v0.24.7
k8s.io/klog/v2 v2.80.1
)

Expand Down Expand Up @@ -83,7 +83,7 @@ require (
github.com/spf13/viper v1.10.1 // indirect
github.com/subosito/gotenv v1.2.0 // indirect
golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b // indirect
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 // indirect
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
Expand All @@ -102,8 +102,4 @@ require (
sigs.k8s.io/yaml v1.3.0 // indirect
)

replace github.com/containerd/containerd => github.com/containerd/containerd v1.5.10 // CVE-2021-32760 & CVE-2021-41103 & CVE-2021-43816 & CVE-2022-23648

replace github.com/opencontainers/image-spec => github.com/opencontainers/image-spec v1.0.2 // CVE-2021-41190

go 1.17
go 1.18
Loading

0 comments on commit ba5561e

Please sign in to comment.