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
9 changes: 3 additions & 6 deletions example/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,8 @@ require (
github.com/GoAdminGroup/go-admin v1.2.23
github.com/GoAdminGroup/librarian v0.0.2-0.20200507081441-beaefc209750
github.com/GoAdminGroup/themes v0.0.40
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
github.com/gin-gonic/gin v1.6.2
github.com/go-ole/go-ole v1.2.4 // indirect
github.com/gin-gonic/gin v1.7.0
github.com/gobuffalo/packr/v2 v2.8.3 // indirect
github.com/h2non/filetype v1.0.12 // indirect
github.com/russross/blackfriday/v2 v2.0.1 // indirect
github.com/shirou/gopsutil v2.20.3+incompatible // indirect
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
)
Loading