Skip to content

Commit 59cdc81

Browse files
committed
feat(deps): update deprecated go client
1 parent 12f01c3 commit 59cdc81

File tree

3 files changed

+13
-130
lines changed

3 files changed

+13
-130
lines changed

go.mod

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/padok-team/burrito
22

3-
go 1.23.3
4-
5-
toolchain go1.23.4
3+
go 1.23.4
64

75
require (
86
cloud.google.com/go/storage v1.45.0
@@ -18,8 +16,7 @@ require (
1816
github.com/onsi/ginkgo/v2 v2.17.3
1917
github.com/onsi/gomega v1.33.1
2018
github.com/sirupsen/logrus v1.9.3
21-
github.com/stretchr/testify v1.9.0
22-
github.com/tofuutils/tenv/v3 v3.2.12
19+
github.com/stretchr/testify v1.10.0
2320
github.com/tofuutils/tenv/v4 v4.1.0
2421
google.golang.org/api v0.197.0
2522
k8s.io/apimachinery v0.30.8
@@ -191,7 +188,7 @@ require (
191188
github.com/spf13/pflag v1.0.5
192189
github.com/spf13/viper v1.18.2
193190
github.com/subosito/gotenv v1.6.0 // indirect
194-
github.com/xanzy/go-gitlab v0.114.0
191+
gitlab.com/gitlab-org/api/client-go v0.118.0
195192
go.uber.org/multierr v1.11.0 // indirect
196193
go.uber.org/zap v1.26.0 // indirect
197194
golang.org/x/crypto v0.31.0 // indirect
@@ -202,7 +199,7 @@ require (
202199
golang.org/x/text v0.21.0 // indirect
203200
golang.org/x/time v0.6.0 // indirect
204201
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
205-
google.golang.org/protobuf v1.34.2 // indirect
202+
google.golang.org/protobuf v1.36.0 // indirect
206203
gopkg.in/inf.v0 v0.9.1 // indirect
207204
gopkg.in/ini.v1 v1.67.0 // indirect
208205
gopkg.in/yaml.v2 v2.4.0 // indirect

0 commit comments

Comments
 (0)