@@ -8,7 +8,7 @@ replace github.com/diggerhq/digger/libs => ../libs
8
8
replace github.com/ugorji/go => github.com/ugorji/go v1.2.12
9
9
10
10
require (
11
- ariga.io/atlas-provider-gorm v0.5.0
11
+ ariga.io/atlas-provider-gorm v0.5.2
12
12
github.com/bradleyfalzon/ghinstallation/v2 v2.11.0
13
13
github.com/dchest/uniuri v1.2.0
14
14
github.com/diggerhq/digger/libs v0.4.15
@@ -32,13 +32,13 @@ require (
32
32
github.com/stretchr/testify v1.10.0
33
33
github.com/xanzy/go-gitlab v0.106.0
34
34
golang.org/x/oauth2 v0.24.0
35
- gorm.io/driver/postgres v1.5.7
36
- gorm.io/driver/sqlite v1.5.5
37
- gorm.io/gorm v1.25.11
35
+ gorm.io/driver/postgres v1.5.11
36
+ gorm.io/driver/sqlite v1.5.7
37
+ gorm.io/gorm v1.25.12
38
38
)
39
39
40
40
require (
41
- ariga.io/atlas-go-sdk v0.2.3 // indirect
41
+ ariga.io/atlas-go-sdk v0.6.8 // indirect
42
42
cel.dev/expr v0.16.1 // indirect
43
43
cloud.google.com/go v0.116.0 // indirect
44
44
cloud.google.com/go/auth v0.10.0 // indirect
@@ -218,7 +218,7 @@ require (
218
218
github.com/mattn/go-runewidth v0.0.15 // indirect
219
219
github.com/mattn/go-sqlite3 v1.14.22 // indirect
220
220
github.com/mattn/go-zglob v0.0.3 // indirect
221
- github.com/microsoft/go-mssqldb v1.6.0 // indirect
221
+ github.com/microsoft/go-mssqldb v1.7.2 // indirect
222
222
github.com/mitchellh/copystructure v1.2.0 // indirect
223
223
github.com/mitchellh/go-homedir v1.1.0 // indirect
224
224
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
@@ -289,16 +289,16 @@ require (
289
289
go.uber.org/atomic v1.9.0 // indirect
290
290
go.uber.org/multierr v1.9.0 // indirect
291
291
golang.org/x/arch v0.8.0 // indirect
292
- golang.org/x/crypto v0.32 .0 // indirect
292
+ golang.org/x/crypto v0.36 .0 // indirect
293
293
golang.org/x/exp v0.0.0-20240531132922-fd00a4e0eefc // indirect
294
- golang.org/x/mod v0.17 .0 // indirect
295
- golang.org/x/net v0.34 .0 // indirect
296
- golang.org/x/sync v0.10 .0 // indirect
297
- golang.org/x/sys v0.29 .0 // indirect
298
- golang.org/x/term v0.28 .0 // indirect
299
- golang.org/x/text v0.21 .0 // indirect
294
+ golang.org/x/mod v0.24 .0 // indirect
295
+ golang.org/x/net v0.37 .0 // indirect
296
+ golang.org/x/sync v0.12 .0 // indirect
297
+ golang.org/x/sys v0.31 .0 // indirect
298
+ golang.org/x/term v0.30 .0 // indirect
299
+ golang.org/x/text v0.23 .0 // indirect
300
300
golang.org/x/time v0.7.0 // indirect
301
- golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
301
+ golang.org/x/tools v0.31.0 // indirect
302
302
google.golang.org/api v0.203.0 // indirect
303
303
google.golang.org/genproto v0.0.0-20241015192408-796eee8c2d53 // indirect
304
304
google.golang.org/genproto/googleapis/api v0.0.0-20241007155032-5fefd90f89a9 // indirect
@@ -311,7 +311,7 @@ require (
311
311
gopkg.in/urfave/cli.v1 v1.20.0 // indirect
312
312
gopkg.in/yaml.v2 v2.4.0 // indirect
313
313
gopkg.in/yaml.v3 v3.0.1 // indirect
314
- gorm.io/driver/mysql v1.5.6 // indirect
315
- gorm.io/driver/sqlserver v1.5.2 // indirect
314
+ gorm.io/driver/mysql v1.5.7 // indirect
315
+ gorm.io/driver/sqlserver v1.5.4 // indirect
316
316
sigs.k8s.io/yaml v1.4.0 // indirect
317
317
)
0 commit comments