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
6 changes: 3 additions & 3 deletions cli/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ require (
github.com/GoAdminGroup/librarian v0.0.2-0.20200507081441-beaefc209750
github.com/GoAdminGroup/themes v0.0.32-0.20200501070416-17777086cc30
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
github.com/gin-gonic/gin v1.6.2
github.com/gin-gonic/gin v1.7.0
github.com/go-ole/go-ole v1.2.4 // indirect
github.com/gobuffalo/packr/v2 v2.8.0 // indirect
github.com/h2non/filetype v1.0.12 // indirect
github.com/russross/blackfriday/v2 v2.0.1 // indirect
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/smartystreets/goconvey v1.7.2 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
)
Loading