File tree Expand file tree Collapse file tree 3 files changed +85
-41
lines changed Expand file tree Collapse file tree 3 files changed +85
-41
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ UPSTREAM_IMPORT_PATH=$(GOPATH)/src/github.com/cloudnativelabs/kube-router/
1919BUILD_IN_DOCKER? =true
2020DOCKER_BUILD_IMAGE? =golang:1.16.7-alpine3.14
2121DOCKER_LINT_IMAGE? =golangci/golangci-lint:v1.27.0
22- GOBGP_VERSION = v0.0.0-20210801043420-9e48a36ed97c # v2.30 .0
22+ GOBGP_VERSION = v0.0.0-20210901090119-8ab84f8636ee # v2.31 .0
2323QEMU_IMAGE?=multiarch/qemu-user-static
2424GORELEASER_VERSION =v0.162.1
2525MOQ_VERSION =v0.2.1
Original file line number Diff line number Diff line change @@ -15,14 +15,15 @@ require (
1515 github.com/morikuni/aec v1.0.0 // indirect
1616 github.com/onsi/ginkgo v1.16.4
1717 github.com/onsi/gomega v1.11.0
18- github.com/osrg/gobgp v0.0.0-20210801043420-9e48a36ed97c
18+ github.com/osrg/gobgp v0.0.0-20210901090119-8ab84f8636ee
1919 github.com/prometheus/client_golang v1.11.0
2020 github.com/spf13/pflag v1.0.5
2121 github.com/stretchr/testify v1.7.0
22- github.com/vishvananda/netlink v1.1.1-0.20201029203352-d40f9887b852
22+ github.com/vishvananda/netlink v1.1.1-0.20210330154013-f5de75959ad5
2323 github.com/vishvananda/netns v0.0.0-20210104183010-2eb08e3e575f
24- golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d
24+ golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d
2525 google.golang.org/grpc v1.40.0
26+ gopkg.in/yaml.v3 v3.0.0-20200601152816-913338de1bd2 // indirect
2627 k8s.io/api v0.21.3
2728 k8s.io/apimachinery v0.21.3
2829 k8s.io/client-go v0.21.3
You can’t perform that action at this time.
0 commit comments