You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
49 lines
1.8 KiB
49 lines
1.8 KiB
module ims
|
|
|
|
go 1.22.0
|
|
|
|
require (
|
|
github.com/go-gormigrate/gormigrate/v2 v2.1.3
|
|
github.com/go-redis/cache/v9 v9.0.0
|
|
github.com/golang-jwt/jwt/v5 v5.2.1
|
|
github.com/jinzhu/inflection v1.0.0
|
|
github.com/olekukonko/tablewriter v0.0.5
|
|
github.com/redis/go-redis/v9 v9.6.1
|
|
github.com/rs/xid v1.6.0
|
|
github.com/shopspring/decimal v1.4.0
|
|
golang.org/x/sync v0.8.0
|
|
gopkg.in/natefinch/lumberjack.v2 v2.2.1
|
|
gorm.io/driver/mysql v1.5.7
|
|
gorm.io/driver/postgres v1.5.9
|
|
gorm.io/gorm v1.25.12
|
|
zestack.dev/cast v0.0.0-20240523001414-e34212374a23
|
|
zestack.dev/color v0.0.0-20240522040239-8edfb0bd027f
|
|
zestack.dev/env v0.0.0-20240108012311-632035163eec
|
|
zestack.dev/is v0.0.0-20240108012312-1fe7fd4da082
|
|
zestack.dev/log v0.0.0-20240523001421-24d58305cd03
|
|
zestack.dev/misc v0.0.0-20240815120320-73293b130b9f
|
|
zestack.dev/slim v0.0.0-20240913145858-96a68a237caf
|
|
zestack.dev/v v0.0.0-20240502170943-a14e2d946f2c
|
|
)
|
|
|
|
require (
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
github.com/go-sql-driver/mysql v1.7.0 // indirect
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
|
|
github.com/jackc/pgx/v5 v5.5.5 // indirect
|
|
github.com/jackc/puddle/v2 v2.2.1 // indirect
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
|
github.com/joho/godotenv v1.5.1 // indirect
|
|
github.com/klauspost/compress v1.13.6 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/mattn/go-runewidth v0.0.9 // indirect
|
|
github.com/vmihailenco/go-tinylfu v0.2.2 // indirect
|
|
github.com/vmihailenco/msgpack/v5 v5.3.4 // indirect
|
|
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
|
|
golang.org/x/crypto v0.23.0 // indirect
|
|
golang.org/x/net v0.21.0 // indirect
|
|
golang.org/x/sys v0.20.0 // indirect
|
|
golang.org/x/text v0.15.0 // indirect
|
|
)
|
|
|