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
11 changes: 9 additions & 2 deletions backend/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,15 @@ require (
github.com/GoAdminGroup/demo v0.0.0-20200421074455-4933b039c883
github.com/GoAdminGroup/go-admin v1.2.13
github.com/GoAdminGroup/themes v0.0.36
github.com/fsnotify/fsnotify v1.4.7
github.com/fasthttp-contrib/websocket v0.0.0-20160511215533-1f3b11f56072 // indirect
github.com/fsnotify/fsnotify v1.4.9
github.com/gavv/httpexpect v2.0.0+incompatible
github.com/gin-gonic/gin v1.5.0
github.com/gin-gonic/gin v1.7.0
github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect
github.com/onsi/ginkgo v1.16.5 // indirect
github.com/onsi/gomega v1.24.2 // indirect
github.com/smartystreets/goconvey v1.7.2 // indirect
github.com/valyala/fasthttp v1.12.0 // indirect
github.com/yudai/pp v2.0.1+incompatible // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
)
Loading