deps: update module gitlab.com/gitlab-org/api/client-go to v0.133.0

This commit is contained in:
renovate[bot] 2025-07-03 12:12:41 +00:00 committed by GitHub
parent 6e97e0d601
commit a3ea042f79
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

4
go.mod
View file

@ -15,7 +15,7 @@ require (
github.com/stretchr/testify v1.10.0
github.com/teekennedy/goldmark-markdown v0.5.1
github.com/yuin/goldmark v1.7.12
gitlab.com/gitlab-org/api/client-go v0.132.0
gitlab.com/gitlab-org/api/client-go v0.133.0
)
require (
@ -45,7 +45,7 @@ require (
golang.org/x/net v0.39.0 // indirect
golang.org/x/oauth2 v0.30.0 // indirect
golang.org/x/sys v0.32.0 // indirect
golang.org/x/time v0.11.0 // indirect
golang.org/x/time v0.12.0 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)