Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ go 1.13

require (
github.com/airdb/sailor v0.0.0-20191026074814-24e67a7e9049
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc
github.com/gin-gonic/gin v1.4.0
github.com/gin-gonic/gin v1.9.0
github.com/jinzhu/gorm v1.9.11
github.com/stretchr/testify v1.4.0
github.com/swaggo/swag v1.5.1
github.com/stretchr/testify v1.8.1
)
Loading