Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump github.com/gin-gonic/gin from 1.6.2 to 1.9.0 in /cli #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
7 changes: 4 additions & 3 deletions cli/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ 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.9.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.8.0 // indirect
github.com/ugorji/go v1.1.7 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
)
Loading