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

Bump github.com/gin-gonic/gin from 1.4.0 to 1.7.7 #138

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
11 changes: 2 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,29 +10,22 @@ require (
github.com/flosch/pongo2 v0.0.0-20190707114632-bbf5a6c351f4
github.com/gin-contrib/pprof v1.2.1
github.com/gin-contrib/sessions v0.0.1
github.com/gin-contrib/sse v0.1.0 // indirect
github.com/gin-gonic/gin v1.4.0
github.com/golang/protobuf v1.3.2 // indirect
github.com/gin-gonic/gin v1.7.7
github.com/google/uuid v1.1.1
github.com/gorilla/sessions v1.2.0 // indirect
github.com/hexya-erp/pool v1.0.2
github.com/jmoiron/sqlx v1.2.0
github.com/json-iterator/go v1.1.8 // indirect
github.com/juju/errors v0.0.0-20190930114154-d42613fe1ab9 // indirect
github.com/lib/pq v1.2.0
github.com/mattn/go-isatty v0.0.10 // indirect
github.com/pelletier/go-toml v1.6.0 // indirect
github.com/smartystreets/goconvey v0.0.0-20190306220146-200a235640ff
github.com/spf13/afero v1.2.2 // indirect
github.com/spf13/cobra v0.0.5
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.5.0
github.com/ugorji/go v1.1.7 // indirect
go.uber.org/multierr v1.4.0 // indirect
go.uber.org/zap v1.12.0
golang.org/x/crypto v0.0.0-20191107222254-f4817d981bb6
golang.org/x/sys v0.0.0-20191105231009-c1f44814a5cd // indirect
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
golang.org/x/tools v0.0.0-20200606014950-c42cb6316fb6
gopkg.in/yaml.v2 v2.2.5 // indirect
)
Loading