-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
84299d6
commit db81e33
Showing
12 changed files
with
172 additions
and
520 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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
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,16 +1,17 @@ | ||
module github.com/hyperjiang/gin-skeleton | ||
|
||
go 1.11 | ||
go 1.16 | ||
|
||
require ( | ||
github.com/appleboy/gin-jwt v2.5.0+incompatible | ||
github.com/appleboy/gin-jwt/v2 v2.6.2 | ||
github.com/gin-gonic/gin v1.4.0 | ||
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b | ||
github.com/hyperjiang/php v0.2.0 | ||
github.com/jinzhu/gorm v1.9.10 | ||
github.com/stretchr/testify v1.4.0 | ||
golang.org/x/crypto v0.0.0-20190325154230-a5d413f7728c | ||
gopkg.in/dgrijalva/jwt-go.v3 v3.2.0 // indirect | ||
gopkg.in/yaml.v2 v2.2.2 | ||
github.com/appleboy/gin-jwt/v2 v2.6.4 | ||
github.com/gin-gonic/gin v1.6.3 | ||
github.com/hyperjiang/php v0.6.1 | ||
github.com/onsi/ginkgo v1.15.2 // indirect | ||
github.com/onsi/gomega v1.11.0 // indirect | ||
github.com/rs/zerolog v1.20.0 | ||
github.com/stretchr/testify v1.7.0 | ||
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 | ||
gopkg.in/yaml.v2 v2.4.0 | ||
gorm.io/driver/mysql v1.0.5 | ||
gorm.io/gorm v1.21.4 | ||
) |
Oops, something went wrong.