Skip to content

Bump github.com/gin-gonic/gin from 1.4.0 to 1.9.0 #4

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

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
10 changes: 2 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,15 @@ module github.com/gopher1980/owlqa
go 1.13

require (
github.com/gin-contrib/sse v0.1.0 // indirect
github.com/gin-gonic/gin v1.4.0 // indirect
github.com/gin-gonic/gin v1.9.0 // indirect
github.com/go-resty/resty/v2 v2.0.0
github.com/golang/protobuf v1.3.2 // indirect
github.com/gopher1980/dynql v0.0.12
github.com/gopher1980/gormcrud v0.2.1
github.com/gorilla/mux v1.7.3
github.com/jinzhu/gorm v1.9.10
github.com/json-iterator/go v1.1.7 // indirect
github.com/mattn/go-isatty v0.0.9 // indirect
github.com/mattn/go-sqlite3 v1.11.0 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/robertkrimen/otto v0.0.0-20180617131154-15f95af6e78d
github.com/sclevine/agouti v3.0.0+incompatible
github.com/ugorji/go v1.1.7 // indirect
golang.org/x/net v0.0.0-20190921015927-1a5e07d1ff72 // indirect
golang.org/x/sys v0.0.0-20190921204832-2dccfee4fd3e // indirect
gopkg.in/sourcemap.v1 v1.0.5 // indirect
)
Loading