Skip to content

Commit 539cc0b

Browse files
fix(deps): update module ariga.io/atlas-provider-gorm to v0.5.2
1 parent 53d535e commit 539cc0b

File tree

2 files changed

+78
-16
lines changed

2 files changed

+78
-16
lines changed

backend/go.mod

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ replace github.com/diggerhq/digger/libs => ../libs
88
replace github.com/ugorji/go => github.com/ugorji/go v1.2.12
99

1010
require (
11-
ariga.io/atlas-provider-gorm v0.5.0
11+
ariga.io/atlas-provider-gorm v0.5.2
1212
github.com/bradleyfalzon/ghinstallation/v2 v2.11.0
1313
github.com/dchest/uniuri v1.2.0
1414
github.com/diggerhq/digger/libs v0.4.15
@@ -32,13 +32,13 @@ require (
3232
github.com/stretchr/testify v1.10.0
3333
github.com/xanzy/go-gitlab v0.106.0
3434
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
3838
)
3939

4040
require (
41-
ariga.io/atlas-go-sdk v0.2.3 // indirect
41+
ariga.io/atlas-go-sdk v0.6.8 // indirect
4242
cel.dev/expr v0.16.1 // indirect
4343
cloud.google.com/go v0.116.0 // indirect
4444
cloud.google.com/go/auth v0.10.0 // indirect
@@ -218,7 +218,7 @@ require (
218218
github.com/mattn/go-runewidth v0.0.15 // indirect
219219
github.com/mattn/go-sqlite3 v1.14.22 // indirect
220220
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
222222
github.com/mitchellh/copystructure v1.2.0 // indirect
223223
github.com/mitchellh/go-homedir v1.1.0 // indirect
224224
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
@@ -289,16 +289,16 @@ require (
289289
go.uber.org/atomic v1.9.0 // indirect
290290
go.uber.org/multierr v1.9.0 // indirect
291291
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
293293
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
300300
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
302302
google.golang.org/api v0.203.0 // indirect
303303
google.golang.org/genproto v0.0.0-20241015192408-796eee8c2d53 // indirect
304304
google.golang.org/genproto/googleapis/api v0.0.0-20241007155032-5fefd90f89a9 // indirect
@@ -311,7 +311,7 @@ require (
311311
gopkg.in/urfave/cli.v1 v1.20.0 // indirect
312312
gopkg.in/yaml.v2 v2.4.0 // indirect
313313
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
316316
sigs.k8s.io/yaml v1.4.0 // indirect
317317
)

0 commit comments

Comments
 (0)