orbis/go.mod

30 lines
956 B
Modula-2
Raw Normal View History

2025-01-06 21:39:15 +01:00
module git.front.kjuulh.io/kjuulh/orbis
2025-01-23 10:56:26 +01:00
go 1.23.5
2025-01-06 21:39:15 +01:00
require (
github.com/adhocore/gronx v1.19.5
2025-01-16 13:48:05 +01:00
github.com/golang-migrate/migrate/v4 v4.18.1
github.com/google/uuid v1.6.0
github.com/jackc/pgx/v5 v5.7.2
github.com/joho/godotenv v1.5.1
github.com/spf13/cobra v1.8.1
gitlab.com/greyxor/slogor v1.6.1
2025-01-17 20:51:50 +01:00
golang.org/x/sync v0.10.0
)
2025-01-06 21:39:15 +01:00
require (
2025-01-16 13:48:05 +01:00
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
2025-01-06 21:39:15 +01:00
github.com/inconshreveable/mousetrap v1.1.0 // indirect
2025-01-16 13:48:05 +01:00
github.com/jackc/pgerrcode v0.0.0-20220416144525-469b46aa5efa // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
2025-01-16 13:48:05 +01:00
github.com/jackc/puddle/v2 v2.2.2 // indirect
2025-01-06 21:39:15 +01:00
github.com/spf13/pflag v1.0.5 // indirect
2025-01-16 13:48:05 +01:00
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
2025-01-06 21:39:15 +01:00
)