29 lines
887 B
Modula-2
29 lines
887 B
Modula-2
module github.com/mayswind/ezbookkeeping
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/boombuler/barcode v1.0.1 // indirect
|
|
github.com/gin-contrib/gzip v0.0.6
|
|
github.com/gin-gonic/gin v1.8.1
|
|
github.com/go-playground/validator/v10 v10.11.1
|
|
github.com/go-sql-driver/mysql v1.7.0
|
|
github.com/goccy/go-json v0.10.0 // indirect
|
|
github.com/golang-jwt/jwt/v4 v4.4.3
|
|
github.com/lib/pq v1.10.7
|
|
github.com/mattn/go-isatty v0.0.16 // indirect
|
|
github.com/mattn/go-sqlite3 v1.14.16
|
|
github.com/pelletier/go-toml/v2 v2.0.6 // indirect
|
|
github.com/pquerna/otp v1.3.0
|
|
github.com/sirupsen/logrus v1.9.0
|
|
github.com/stretchr/testify v1.8.1
|
|
github.com/urfave/cli/v2 v2.23.6
|
|
golang.org/x/crypto v0.3.0
|
|
golang.org/x/sys v0.3.0 // indirect
|
|
golang.org/x/text v0.5.0 // indirect
|
|
google.golang.org/protobuf v1.28.1 // indirect
|
|
gopkg.in/ini.v1 v1.67.0
|
|
xorm.io/builder v0.3.12 // indirect
|
|
xorm.io/xorm v1.3.2
|
|
)
|