bzp2010 commented on a change in pull request #330:
URL: https://github.com/apache/apisix-dashboard/pull/330#discussion_r474546734
##########
File path: api/go.mod
##########
@@ -4,12 +4,15 @@ go 1.13
require (
github.com/api7/apitest v1.4.9
+ github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/gin-contrib/pprof v1.3.0
+ github.com/gin-contrib/sessions v0.0.3
github.com/gin-gonic/gin v1.6.3
- github.com/go-sql-driver/mysql v1.5.0
+ github.com/go-sql-driver/mysql v1.5.0 // indirect
github.com/jinzhu/gorm v1.9.12
github.com/satori/go.uuid v1.2.0
github.com/sirupsen/logrus v1.6.0
+ github.com/steinfletcher/apitest v1.4.9 // indirect
Review comment:
MIT license, too.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]