Skip to content

Bump github.com/gin-gonic/gin from 1.3.0 to 1.7.7 #68

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
21 changes: 7 additions & 14 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,17 @@ go 1.12
require (
cloud.google.com/go v0.47.0 // indirect
github.com/denisenkom/go-mssqldb v0.0.0-20190204142019-df6d76eb9289
github.com/gin-contrib/sse v0.0.0-20190125020943-a7658810eb74
github.com/gin-gonic/gin v1.3.0
github.com/gin-gonic/gin v1.7.7
github.com/go-redis/redis v6.15.1+incompatible
github.com/go-sql-driver/mysql v0.0.0-20181114120913-72cd26f257d4
github.com/golang/protobuf v1.3.2
github.com/jlaffaye/ftp v0.0.0-20190126081051-8019e6774408
github.com/json-iterator/go v0.0.0-20190208075642-5bc93205020f
github.com/lib/pq v1.0.0
github.com/mattn/go-isatty v0.0.0-20180830101745-3fb116b82035
github.com/mjibson/esc v0.2.0
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
github.com/modern-go/reflect2 v1.0.1
github.com/pkg/errors v0.0.0-20190217225212-856c240a51a2
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/onsi/ginkgo v1.16.5 // indirect
github.com/onsi/gomega v1.26.0 // indirect
github.com/stacktitan/smb v0.0.0-20170721050911-ba124664fd6b
github.com/ugorji/go v1.1.7
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550
golang.org/x/net v0.0.0-20190620200207-3b0461eec859
gopkg.in/go-playground/validator.v8 v8.18.2 // indirect
golang.org/x/crypto v0.1.0
golang.org/x/net v0.5.0
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22
gopkg.in/yaml.v2 v2.2.4 // indirect
)
Loading