Skip to content
Closed
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
12 changes: 6 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ require (
github.com/GoAdminGroup/go-admin v1.2.24
github.com/GoAdminGroup/librarian v0.0.5
github.com/GoAdminGroup/themes v0.0.42
github.com/fasthttp-contrib/websocket v0.0.0-20160511215533-1f3b11f56072 // indirect
github.com/gavv/httpexpect v2.0.0+incompatible
github.com/gin-gonic/gin v1.5.0
github.com/gin-gonic/gin v1.7.7
github.com/go-echarts/go-echarts v0.0.0-20190915064101-cbb3b43ade5d
github.com/gobuffalo/packr v1.30.1 // indirect
github.com/h2non/filetype v1.0.12 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/satori/go.uuid v1.2.0 // indirect
github.com/shirou/gopsutil v2.20.3+incompatible // indirect
github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect
github.com/smartystreets/goconvey v1.7.2 // indirect
github.com/valyala/fasthttp v1.42.0 // indirect
github.com/yudai/pp v2.0.1+incompatible // indirect
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
)
Loading