forked from hequan2017/go-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
4 changed files
with
45 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,22 @@ | ||
module go-admin | ||
|
||
go 1.12 | ||
go 1.16 | ||
|
||
require ( | ||
github.com/Anderson-Lu/gofasion v0.0.0-20190530065914-6a05b679ee48 | ||
github.com/astaxie/beego v1.12.0 | ||
github.com/casbin/casbin v1.9.1 | ||
github.com/dgrijalva/jwt-go v3.2.0+incompatible | ||
github.com/facebookgo/ensure v0.0.0-20200202191622-63f1cf65ac4c // indirect | ||
github.com/facebookgo/inject v0.0.0-20180706035515-f23751cae28b | ||
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect | ||
github.com/facebookgo/structtag v0.0.0-20150214074306-217e25fb9691 // indirect | ||
github.com/facebookgo/subset v0.0.0-20200203212716-c811ad88dec4 // indirect | ||
github.com/gin-gonic/gin v1.5.0 | ||
github.com/go-ini/ini v1.44.0 | ||
github.com/jinzhu/gorm v1.9.11 | ||
github.com/swaggo/gin-swagger v1.2.0 | ||
github.com/swaggo/swag v1.6.2 | ||
github.com/unknwon/com v0.0.0-20190804042917-757f69c95f3e | ||
gopkg.in/ini.v1 v1.62.0 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters