Skip to content

Commit 520f080

Browse files
build(deps): bump github.com/osrg/gobgp/v3 from 3.29.0 to 3.35.0
Bumps [github.com/osrg/gobgp/v3](https://github.com/osrg/gobgp) from 3.29.0 to 3.35.0. - [Release notes](https://github.com/osrg/gobgp/releases) - [Changelog](https://github.com/osrg/gobgp/blob/master/.goreleaser.yml) - [Commits](osrg/gobgp@v3.29.0...v3.35.0) --- updated-dependencies: - dependency-name: github.com/osrg/gobgp/v3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8f620d8 commit 520f080

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

go.mod

+3-4
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@ module github.com/cloudnativelabs/kube-router/v2
22

33
require (
44
github.com/aws/aws-sdk-go v1.55.6
5+
github.com/ccoveille/go-safecast v1.5.0
56
github.com/coreos/go-iptables v0.8.0
67
github.com/docker/docker v27.5.1+incompatible
78
github.com/hashicorp/go-version v1.7.0
89
github.com/moby/ipvs v1.1.0
910
github.com/onsi/ginkgo v1.16.5
1011
github.com/onsi/gomega v1.36.2
11-
github.com/osrg/gobgp/v3 v3.29.0
12+
github.com/osrg/gobgp/v3 v3.35.0
1213
github.com/prometheus/client_golang v1.20.5
1314
github.com/spf13/pflag v1.0.6
1415
github.com/stretchr/testify v1.10.0
@@ -29,7 +30,6 @@ require (
2930
require (
3031
github.com/Microsoft/go-winio v0.6.2 // indirect
3132
github.com/beorn7/perks v1.0.1 // indirect
32-
github.com/ccoveille/go-safecast v1.5.0 // indirect
3333
github.com/cespare/xxhash/v2 v2.3.0 // indirect
3434
github.com/containerd/log v0.1.0 // indirect
3535
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
@@ -115,5 +115,4 @@ require (
115115
)
116116

117117
go 1.22.0
118-
119-
toolchain go1.22.3
118+
toolchain go1.23.6

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,8 @@ github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8
159159
github.com/opencontainers/go-digest v1.0.0/go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM=
160160
github.com/opencontainers/image-spec v1.1.0 h1:8SG7/vwALn54lVB/0yZ/MMwhFrPYtpEHQb2IpWsCzug=
161161
github.com/opencontainers/image-spec v1.1.0/go.mod h1:W4s4sFTMaBeK1BQLXbG4AdM2szdn85PY75RI83NrTrM=
162-
github.com/osrg/gobgp/v3 v3.29.0 h1:ISWjY5YQ45THcvXWdG2ykzXWxS22rgE6U9YWdaI/ki8=
163-
github.com/osrg/gobgp/v3 v3.29.0/go.mod h1:ZGeSti9mURR/o5hf5R6T1FM5g1yiEBZbhP+TuqYJUpI=
162+
github.com/osrg/gobgp/v3 v3.35.0 h1:8HQyCCoByAJyXiSzTFBl77wuOyVdDXozPdXX+tjYyHQ=
163+
github.com/osrg/gobgp/v3 v3.35.0/go.mod h1:l2nPaHaLmIoKbFxMUzKon/h6c9BTzCp5zJI9Dhnrx5c=
164164
github.com/pelletier/go-toml/v2 v2.2.2 h1:aYUidT7k73Pcl9nb2gScu7NSrKCSHIDE89b3+6Wq+LM=
165165
github.com/pelletier/go-toml/v2 v2.2.2/go.mod h1:1t835xjRzz80PqgE6HHgN2JOsmgYu/h4qDAS4n929Rs=
166166
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=

0 commit comments

Comments
 (0)