Skip to content

Commit f8343a6

Browse files
committed
fixup! fixup! RR利用時のbest path selection修正の暫定リビジョンを参照
1 parent dfcdf0a commit f8343a6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ require (
5656
gopkg.in/yaml.v3 v3.0.1 // indirect
5757
)
5858

59-
replace github.com/osrg/gobgp/v3 => github.com/micho7/gobgp/v3 v3.36.2
59+
replace github.com/osrg/gobgp/v3 => github.com/micho7/gobgp/v3 v3.36.3

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,8 @@ github.com/mattn/go-colorable v0.1.13/go.mod h1:7S9/ev0klgBDR4GtXTXX8a3vIGJpMovk
170170
github.com/mattn/go-isatty v0.0.16/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM=
171171
github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY=
172172
github.com/mattn/go-isatty v0.0.20/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y=
173-
github.com/micho7/gobgp/v3 v3.36.2 h1:9GJmfmPwFMsctDWPX+3yMq36JS8ghbcDyjn+qVg3WyM=
174-
github.com/micho7/gobgp/v3 v3.36.2/go.mod h1:ldZ/eydK80FuAmTGYBV23tWhTRJtIk2tw5NSYhPeqVk=
173+
github.com/micho7/gobgp/v3 v3.36.3 h1:p42Rs36hs42O7N1zL8Ue7RBP12hqqDT3+s5aEEYDiT0=
174+
github.com/micho7/gobgp/v3 v3.36.3/go.mod h1:ldZ/eydK80FuAmTGYBV23tWhTRJtIk2tw5NSYhPeqVk=
175175
github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY=
176176
github.com/mitchellh/mapstructure v1.5.0/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo=
177177
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA=

0 commit comments

Comments
 (0)