File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
networking/v2/bgpvpn/interconnections/testing Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 55require (
66 github.com/gophercloud/gophercloud/v2 v2.11.1
77 github.com/gophercloud/utils/v2 v2.0.0-20260107124036-1d7954eb9711
8- github.com/sapcc/go-api-declarations v1.20.2
8+ github.com/sapcc/go-api-declarations v1.21.0
99)
1010
1111require (
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ github.com/gophercloud/utils/v2 v2.0.0-20260107124036-1d7954eb9711 h1:LgYkb/jttJ
66github.com/gophercloud/utils/v2 v2.0.0-20260107124036-1d7954eb9711 /go.mod h1:X6Plvu4Iot+ebr3g7tmw439sin+eGzDbO3tdjUOOP2I =
77github.com/majewsky/gg v1.5.0 h1:b4LNLhfbjHgMEjIrBgMiLz2BO73yDsVC84O7h31K+R4 =
88github.com/majewsky/gg v1.5.0 /go.mod h1:KC7qUlln1VBY90OE0jXMNjXW2b9B4jJ1heYQ08OzeAg =
9- github.com/sapcc/go-api-declarations v1.20.2 h1:GWqv8VgsF4k9id6N051AVTaEpcjT02APsOuz2yCvTPQ =
10- github.com/sapcc/go-api-declarations v1.20.2 /go.mod h1:eiRrXXUeQS5C/1kKn8/KMjk0Y0goUzgDQswj30rH0Zc =
9+ github.com/sapcc/go-api-declarations v1.21.0 h1:Ag6GXgJLTFdBDKmrJU4QFllQbgGSenSGeHpLuvuxeDk =
10+ github.com/sapcc/go-api-declarations v1.21.0 /go.mod h1:eiRrXXUeQS5C/1kKn8/KMjk0Y0goUzgDQswj30rH0Zc =
1111golang.org/x/sys v0.35.0 h1:vz1N37gP5bs89s7He8XuIYXpyY0+QlsKmzipCbUtyxI =
1212golang.org/x/sys v0.35.0 /go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k =
1313golang.org/x/text v0.28.0 h1:rhazDwis8INMIwQ4tpjLDzUhx6RlXqZNPEM0huQojng =
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ func TestList(t *testing.T) {
2929 th .TestMethod (t , r , http .MethodGet )
3030 th .TestHeader (t , r , "X-Auth-Token" , fake .TokenID )
3131
32- err := r .ParseForm () //nolint:gosec // this is a test, we do not care
32+ err := r .ParseForm ()
3333 th .AssertNoErr (t , err )
3434 th .AssertDeepEquals (t , r .Form ["fields" ], fields )
3535
You can’t perform that action at this time.
0 commit comments