1
1
module github.com/padok-team/burrito
2
2
3
- go 1.23.3
4
-
5
- toolchain go1.23.4
3
+ go 1.23.4
6
4
7
5
require (
8
6
cloud.google.com/go/storage v1.45.0
@@ -18,8 +16,7 @@ require (
18
16
github.com/onsi/ginkgo/v2 v2.17.3
19
17
github.com/onsi/gomega v1.33.1
20
18
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
23
20
github.com/tofuutils/tenv/v4 v4.1.0
24
21
google.golang.org/api v0.197.0
25
22
k8s.io/apimachinery v0.30.8
@@ -191,7 +188,7 @@ require (
191
188
github.com/spf13/pflag v1.0.5
192
189
github.com/spf13/viper v1.18.2
193
190
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
195
192
go.uber.org/multierr v1.11.0 // indirect
196
193
go.uber.org/zap v1.26.0 // indirect
197
194
golang.org/x/crypto v0.31.0 // indirect
@@ -202,7 +199,7 @@ require (
202
199
golang.org/x/text v0.21.0 // indirect
203
200
golang.org/x/time v0.6.0 // indirect
204
201
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
206
203
gopkg.in/inf.v0 v0.9.1 // indirect
207
204
gopkg.in/ini.v1 v1.67.0 // indirect
208
205
gopkg.in/yaml.v2 v2.4.0 // indirect
0 commit comments