Skip to content

Commit ded57da

Browse files
build(deps): bump github.com/osrg/gobgp/v3 from 3.35.0 to 3.36.0 (#5121)
* build(deps): bump github.com/osrg/gobgp/v3 from 3.35.0 to 3.36.0 Bumps [github.com/osrg/gobgp/v3](https://github.com/osrg/gobgp) from 3.35.0 to 3.36.0. - [Release notes](https://github.com/osrg/gobgp/releases) - [Changelog](https://github.com/osrg/gobgp/blob/master/.goreleaser.yml) - [Commits](osrg/gobgp@v3.35.0...v3.36.0) --- updated-dependencies: - dependency-name: github.com/osrg/gobgp/v3 dependency-version: 3.36.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * base: bump gobgp to 3.36.0 Signed-off-by: zhangzujian <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: zhangzujian <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: zhangzujian <[email protected]>
1 parent 26fa3c0 commit ded57da

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

dist/images/Dockerfile.base

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ FROM ghcr.io/aquasecurity/trivy:latest AS trivy
119119
ARG ARCH
120120
ENV CNI_PLUGINS_VERSION="v1.6.2"
121121
ENV KUBECTL_VERSION="v1.32.3"
122-
ENV GOBGP_VERSION="3.35.0"
122+
ENV GOBGP_VERSION="3.36.0"
123123
ENV TRIVY_DB_REPOSITORY="public.ecr.aws/aquasecurity/trivy-db:2"
124124

125125
RUN apk --no-cache add curl jq

dist/images/go-deps/download-go-deps.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -e
55
ARCH=${ARCH:-amd64}
66
CNI_PLUGINS_VERSION=${CNI_PLUGINS_VERSION:-v1.6.2}
77
KUBECTL_VERSION=${KUBECTL_VERSION:-v1.32.3}
8-
GOBGP_VERSION=${GOBGP_VERSION:-3.35.0}
8+
GOBGP_VERSION=${GOBGP_VERSION:-3.36.0}
99

1010

1111
DEPS_DIR=/godeps

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ require (
3030
github.com/moby/sys/mountinfo v0.7.2
3131
github.com/onsi/ginkgo/v2 v2.23.3
3232
github.com/onsi/gomega v1.37.0
33-
github.com/osrg/gobgp/v3 v3.35.0
33+
github.com/osrg/gobgp/v3 v3.36.0
3434
github.com/ovn-org/libovsdb v0.7.0
3535
github.com/parnurzeal/gorequest v0.3.0
3636
github.com/prometheus-community/pro-bing v0.6.1

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -570,8 +570,8 @@ github.com/openshift/custom-resource-status v1.1.2 h1:C3DL44LEbvlbItfd8mT5jWrqPf
570570
github.com/openshift/custom-resource-status v1.1.2/go.mod h1:DB/Mf2oTeiAmVVX1gN+NEqweonAPY0TKUwADizj8+ZA=
571571
github.com/opentracing/opentracing-go v1.1.0/go.mod h1:UkNAQd3GIcIGf0SeVgPpRdFStlNbqXla1AfSYxPUl2o=
572572
github.com/orisano/pixelmatch v0.0.0-20220722002657-fb0b55479cde/go.mod h1:nZgzbfBr3hhjoZnS66nKrHmduYNpc34ny7RK4z5/HM0=
573-
github.com/osrg/gobgp/v3 v3.35.0 h1:8HQyCCoByAJyXiSzTFBl77wuOyVdDXozPdXX+tjYyHQ=
574-
github.com/osrg/gobgp/v3 v3.35.0/go.mod h1:l2nPaHaLmIoKbFxMUzKon/h6c9BTzCp5zJI9Dhnrx5c=
573+
github.com/osrg/gobgp/v3 v3.36.0 h1:6KbNDyvSbN2GAIiVMykAgLUsvcSldNPiCCP5KzV0VP4=
574+
github.com/osrg/gobgp/v3 v3.36.0/go.mod h1:ldZ/eydK80FuAmTGYBV23tWhTRJtIk2tw5NSYhPeqVk=
575575
github.com/parnurzeal/gorequest v0.3.0 h1:SoFyqCDC9COr1xuS6VA8fC8RU7XyrJZN2ona1kEX7FI=
576576
github.com/parnurzeal/gorequest v0.3.0/go.mod h1:3Kh2QUMJoqw3icWAecsyzkpY7UzRfDhbRdTjtNwNiUE=
577577
github.com/pelletier/go-toml/v2 v2.2.3 h1:YmeHyLY8mFWbdkNWwpr+qIL2bEqT0o95WSdkNHvL12M=

0 commit comments

Comments
 (0)