update third party dependencies

This commit is contained in:
MaysWind
2022-07-24 20:14:39 +08:00
parent efea9a7c37
commit eeccc4fd49
5 changed files with 3521 additions and 3262 deletions
+12 -12
View File
@@ -3,18 +3,18 @@ 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/gin-contrib/gzip v0.0.6
github.com/gin-gonic/gin v1.8.1
github.com/go-playground/validator/v10 v10.11.0
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/golang-jwt/jwt/v4 v4.4.2
github.com/lib/pq v1.10.6
github.com/mattn/go-sqlite3 v1.14.14
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
github.com/sirupsen/logrus v1.9.0
github.com/stretchr/testify v1.8.0
github.com/urfave/cli/v2 v2.11.1
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
gopkg.in/ini.v1 v1.66.6
xorm.io/xorm v1.3.1
)