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
10 changes: 3 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,9 @@ go 1.14
require (
github.com/360EntSecGroup-Skylar/excelize/v2 v2.2.1-0.20200621161456-15fd56853fe1
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/go-openapi/spec v0.19.7 // indirect
github.com/go-openapi/swag v0.19.9 // indirect
github.com/gorilla/mux v1.7.4
github.com/mailru/easyjson v0.7.1 // indirect
github.com/rs/cors v1.7.0
github.com/stretchr/testify v1.5.1
github.com/swaggo/http-swagger v0.0.0-20200308142732-58ac5e232fba
github.com/swaggo/swag v1.6.5
golang.org/x/tools v0.0.0-20200507205054-480da3ebd79c // indirect
github.com/stretchr/testify v1.7.0
github.com/swaggo/http-swagger v1.2.6
github.com/swaggo/swag v1.7.9
)
Loading