fix(deps): update all dependencies
This commit is contained in:
22
go.mod
22
go.mod
@@ -1,16 +1,16 @@
|
||||
module git.front.kjuulh.io/kjuulh/orbis
|
||||
|
||||
go 1.23.5
|
||||
go 1.25.0
|
||||
|
||||
require (
|
||||
github.com/adhocore/gronx v1.19.5
|
||||
github.com/golang-migrate/migrate/v4 v4.18.2
|
||||
github.com/adhocore/gronx v1.19.6
|
||||
github.com/golang-migrate/migrate/v4 v4.19.1
|
||||
github.com/google/uuid v1.6.0
|
||||
github.com/jackc/pgx/v5 v5.7.2
|
||||
github.com/jackc/pgx/v5 v5.7.6
|
||||
github.com/joho/godotenv v1.5.1
|
||||
github.com/spf13/cobra v1.9.1
|
||||
gitlab.com/greyxor/slogor v1.6.1
|
||||
golang.org/x/sync v0.12.0
|
||||
github.com/spf13/cobra v1.10.1
|
||||
gitlab.com/greyxor/slogor v1.6.3
|
||||
golang.org/x/sync v0.18.0
|
||||
)
|
||||
|
||||
require (
|
||||
@@ -21,9 +21,9 @@ require (
|
||||
github.com/jackc/pgpassfile v1.0.0 // indirect
|
||||
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
|
||||
github.com/jackc/puddle/v2 v2.2.2 // indirect
|
||||
github.com/spf13/pflag v1.0.6 // indirect
|
||||
github.com/spf13/pflag v1.0.9 // indirect
|
||||
go.uber.org/atomic v1.7.0 // indirect
|
||||
golang.org/x/crypto v0.31.0 // indirect
|
||||
golang.org/x/sys v0.29.0 // indirect
|
||||
golang.org/x/text v0.21.0 // indirect
|
||||
golang.org/x/crypto v0.45.0 // indirect
|
||||
golang.org/x/sys v0.38.0 // indirect
|
||||
golang.org/x/text v0.31.0 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user