Skip to content

Commit 6e9bb51

Browse files
authored
Merge pull request #175 from sapcc/renovate/github.comsapcc
Renovate: Update module github.com/sapcc/go-api-declarations to v1.21.0
2 parents f0f2e13 + 6f0c2c0 commit 6e9bb51

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.26
55
require (
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

1111
require (

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ github.com/gophercloud/utils/v2 v2.0.0-20260107124036-1d7954eb9711 h1:LgYkb/jttJ
66
github.com/gophercloud/utils/v2 v2.0.0-20260107124036-1d7954eb9711/go.mod h1:X6Plvu4Iot+ebr3g7tmw439sin+eGzDbO3tdjUOOP2I=
77
github.com/majewsky/gg v1.5.0 h1:b4LNLhfbjHgMEjIrBgMiLz2BO73yDsVC84O7h31K+R4=
88
github.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=
1111
golang.org/x/sys v0.35.0 h1:vz1N37gP5bs89s7He8XuIYXpyY0+QlsKmzipCbUtyxI=
1212
golang.org/x/sys v0.35.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
1313
golang.org/x/text v0.28.0 h1:rhazDwis8INMIwQ4tpjLDzUhx6RlXqZNPEM0huQojng=

networking/v2/bgpvpn/interconnections/testing/requests_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)