add settings files

This commit is contained in:
MaysWind
2020-10-17 17:38:31 +08:00
parent 6ad0a02d44
commit b4b58697c5
5 changed files with 588 additions and 11 deletions
+2 -1
View File
@@ -6,7 +6,8 @@ require (
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/gin-gonic/gin v1.6.3
github.com/go-playground/validator/v10 v10.2.0
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/stretchr/testify v1.4.0
github.com/urfave/cli v1.22.4
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897
gopkg.in/ini.v1 v1.62.0
)