Skip to content

Commit 6f1e1ca

Browse files
Bump github.com/osrg/gobgp/v3 from 3.8.0 to 3.10.0 (#43)
Bumps [github.com/osrg/gobgp/v3](https://github.com/osrg/gobgp) from 3.8.0 to 3.10.0. - [Release notes](https://github.com/osrg/gobgp/releases) - [Changelog](https://github.com/osrg/gobgp/blob/master/.goreleaser.yml) - [Commits](osrg/gobgp@v3.8.0...v3.10.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]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent db304a4 commit 6f1e1ca

File tree

2 files changed

+41
-61
lines changed

2 files changed

+41
-61
lines changed

go.mod

+12-12
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.18
44

55
require (
66
github.com/moby/ipvs v1.0.2
7-
github.com/osrg/gobgp/v3 v3.8.0
7+
github.com/osrg/gobgp/v3 v3.10.0
88
github.com/prometheus/client_golang v1.14.0
99
github.com/sirupsen/logrus v1.9.0
1010
github.com/stretchr/testify v1.8.1
@@ -19,7 +19,7 @@ require (
1919
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
2020
github.com/eapache/channels v1.1.0 // indirect
2121
github.com/eapache/queue v1.1.0 // indirect
22-
github.com/fsnotify/fsnotify v1.5.4 // indirect
22+
github.com/fsnotify/fsnotify v1.6.0 // indirect
2323
github.com/golang/protobuf v1.5.2 // indirect
2424
github.com/google/uuid v1.3.0 // indirect
2525
github.com/hashicorp/hcl v1.0.0 // indirect
@@ -28,24 +28,24 @@ require (
2828
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
2929
github.com/mitchellh/mapstructure v1.5.0 // indirect
3030
github.com/pelletier/go-toml v1.9.5 // indirect
31-
github.com/pelletier/go-toml/v2 v2.0.2 // indirect
31+
github.com/pelletier/go-toml/v2 v2.0.5 // indirect
3232
github.com/pmezard/go-difflib v1.0.0 // indirect
3333
github.com/prometheus/client_model v0.3.0 // indirect
3434
github.com/prometheus/common v0.37.0 // indirect
3535
github.com/prometheus/procfs v0.8.0 // indirect
36-
github.com/spf13/afero v1.8.2 // indirect
36+
github.com/spf13/afero v1.9.2 // indirect
3737
github.com/spf13/cast v1.5.0 // indirect
3838
github.com/spf13/jwalterweatherman v1.1.0 // indirect
3939
github.com/spf13/pflag v1.0.5 // indirect
40-
github.com/spf13/viper v1.12.0 // indirect
41-
github.com/subosito/gotenv v1.4.0 // indirect
40+
github.com/spf13/viper v1.14.0 // indirect
41+
github.com/subosito/gotenv v1.4.1 // indirect
4242
github.com/vishvananda/netns v0.0.0-20211101163701-50045581ed74 // indirect
43-
golang.org/x/net v0.0.0-20220630215102-69896b714898 // indirect
44-
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
45-
golang.org/x/text v0.3.7 // indirect
46-
google.golang.org/genproto v0.0.0-20220630174209-ad1d48641aa7 // indirect
47-
google.golang.org/grpc v1.47.0 // indirect
48-
gopkg.in/ini.v1 v1.66.6 // indirect
43+
golang.org/x/net v0.4.0 // indirect
44+
golang.org/x/sys v0.3.0 // indirect
45+
golang.org/x/text v0.5.0 // indirect
46+
google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e // indirect
47+
google.golang.org/grpc v1.51.0 // indirect
48+
gopkg.in/ini.v1 v1.67.0 // indirect
4949
gopkg.in/yaml.v2 v2.4.0 // indirect
5050
gopkg.in/yaml.v3 v3.0.1 // indirect
5151
)

0 commit comments

Comments
 (0)