57 lines
2.5 KiB
AMPL
57 lines
2.5 KiB
AMPL
module message-nest
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/astaxie/beego v1.9.3-0.20171218111859-f16688817aa4
|
|
github.com/dgrijalva/jwt-go v3.1.0+incompatible
|
|
github.com/gin-gonic/gin v1.9.1
|
|
github.com/go-ini/ini v1.32.1-0.20180214101753-32e4be5f41bb
|
|
github.com/go-playground/locales v0.14.1
|
|
github.com/go-playground/universal-translator v0.18.1
|
|
github.com/go-playground/validator/v10 v10.16.0
|
|
github.com/google/uuid v1.5.0
|
|
github.com/jinzhu/gorm v0.0.0-20180213101209-6e1387b44c64
|
|
github.com/sirupsen/logrus v1.9.3
|
|
github.com/unknwon/com v1.0.1
|
|
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
|
|
)
|
|
|
|
require (
|
|
github.com/bytedance/sonic v1.10.2 // indirect
|
|
github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d // indirect
|
|
github.com/chenzhuoyu/iasm v0.9.1 // indirect
|
|
github.com/denisenkom/go-mssqldb v0.0.0-20190920000552-128d9f4ae1cd // indirect
|
|
github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 // indirect
|
|
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
|
|
github.com/gin-contrib/sse v0.1.0 // indirect
|
|
github.com/go-sql-driver/mysql v1.4.1-0.20190510102335-877a9775f068 // indirect
|
|
github.com/goccy/go-json v0.10.2 // indirect
|
|
github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d // indirect
|
|
github.com/jinzhu/now v1.0.1 // indirect
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/klauspost/cpuid/v2 v2.2.6 // indirect
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
github.com/leodido/go-urn v1.2.4 // indirect
|
|
github.com/lib/pq v1.2.0 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/mattn/go-sqlite3 v1.11.0 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/pelletier/go-toml/v2 v2.1.1 // indirect
|
|
github.com/smartystreets/goconvey v0.0.0-20190731233626-505e41936337 // indirect
|
|
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
|
|
github.com/ugorji/go/codec v1.2.12 // indirect
|
|
golang.org/x/arch v0.6.0 // indirect
|
|
golang.org/x/crypto v0.17.0 // indirect
|
|
golang.org/x/net v0.19.0 // indirect
|
|
golang.org/x/sys v0.15.0 // indirect
|
|
golang.org/x/text v0.14.0 // indirect
|
|
google.golang.org/appengine v1.6.3 // indirect
|
|
google.golang.org/protobuf v1.32.0 // indirect
|
|
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
gopkg.in/ini.v1 v1.47.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|