21 lines
559 B
Modula-2
21 lines
559 B
Modula-2
module github.com/mayswind/ezbookkeeping
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/gin-contrib/gzip v0.0.5
|
|
github.com/gin-gonic/gin v1.7.7
|
|
github.com/go-playground/validator/v10 v10.10.1
|
|
github.com/go-sql-driver/mysql v1.6.0
|
|
github.com/golang-jwt/jwt/v4 v4.4.0
|
|
github.com/lib/pq v1.10.4
|
|
github.com/mattn/go-sqlite3 v1.14.12
|
|
github.com/pquerna/otp v1.3.0
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/stretchr/testify v1.7.1
|
|
github.com/urfave/cli/v2 v2.3.0
|
|
golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd
|
|
gopkg.in/ini.v1 v1.66.4
|
|
xorm.io/xorm v1.2.5
|
|
)
|