|
|
|
module sorbet
|
|
|
|
|
|
|
|
go 1.21
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/go-resty/resty/v2 v2.7.0
|
|
|
|
github.com/golang-jwt/jwt/v5 v5.0.0
|
|
|
|
github.com/joho/godotenv v1.5.1
|
|
|
|
github.com/labstack/echo/v4 v4.11.1
|
|
|
|
github.com/labstack/gommon v0.4.0
|
|
|
|
github.com/mattn/go-isatty v0.0.19
|
|
|
|
github.com/rs/xid v1.5.0
|
|
|
|
github.com/urfave/cli/v2 v2.25.7
|
|
|
|
golang.org/x/time v0.3.0
|
|
|
|
gorm.io/driver/mysql v1.5.1
|
|
|
|
gorm.io/driver/postgres v1.5.2
|
|
|
|
gorm.io/driver/sqlite v1.5.3
|
|
|
|
gorm.io/driver/sqlserver v1.5.1
|
|
|
|
gorm.io/gorm v1.25.4
|
|
|
|
gorm.io/plugin/optimisticlock v1.1.1
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
|
|
|
|
github.com/go-sql-driver/mysql v1.7.1 // indirect
|
|
|
|
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
|
|
|
|
github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9 // indirect
|
|
|
|
github.com/golang-sql/sqlexp v0.1.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.3.1 // indirect
|
|
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
|
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
|
|
github.com/mattn/go-sqlite3 v1.14.17 // indirect
|
|
|
|
github.com/microsoft/go-mssqldb v1.1.0 // indirect
|
|
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
|
|
github.com/stretchr/testify v1.8.2 // indirect
|
|
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
|
|
github.com/valyala/fasttemplate v1.2.2 // indirect
|
|
|
|
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
|
|
|
|
golang.org/x/crypto v0.11.0 // indirect
|
|
|
|
golang.org/x/net v0.12.0 // indirect
|
|
|
|
golang.org/x/sys v0.12.0 // indirect
|
|
|
|
golang.org/x/text v0.11.0 // indirect
|
|
|
|
)
|