45 lines
1.6 KiB
Modula-2
45 lines
1.6 KiB
Modula-2
module wpw-common
|
|
|
|
go 1.19
|
|
|
|
replace github.com/cloudwego/thriftgo => github.com/ii64/thriftgo v0.2.1-2
|
|
|
|
require (
|
|
github.com/apache/thrift v0.17.0
|
|
github.com/cloudwego/thriftgo v0.0.0-00010101000000-000000000000
|
|
github.com/go-playground/locales v0.14.0
|
|
github.com/go-playground/universal-translator v0.18.0
|
|
github.com/go-playground/validator/v10 v10.11.1
|
|
github.com/gofiber/fiber/v2 v2.39.0
|
|
github.com/golang-jwt/jwt/v4 v4.4.2
|
|
github.com/ii64/thrift-idl-builder v0.1.4
|
|
github.com/joho/godotenv v1.4.0
|
|
go.uber.org/zap v1.23.0
|
|
golang.org/x/crypto v0.1.0
|
|
gorm.io/driver/mysql v1.4.3
|
|
gorm.io/driver/sqlite v1.4.3
|
|
gorm.io/gorm v1.24.0
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.0.4 // indirect
|
|
github.com/go-sql-driver/mysql v1.6.0 // indirect
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
|
github.com/klauspost/compress v1.15.9 // indirect
|
|
github.com/leodido/go-urn v1.2.1 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.16 // indirect
|
|
github.com/mattn/go-runewidth v0.0.14 // indirect
|
|
github.com/mattn/go-sqlite3 v1.14.15 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/rivo/uniseg v0.2.0 // indirect
|
|
github.com/stretchr/testify v1.8.1 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasthttp v1.41.0 // indirect
|
|
github.com/valyala/tcplisten v1.0.0 // indirect
|
|
go.uber.org/atomic v1.7.0 // indirect
|
|
go.uber.org/multierr v1.6.0 // indirect
|
|
golang.org/x/sys v0.1.0 // indirect
|
|
golang.org/x/text v0.4.0 // indirect
|
|
)
|