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.7.2 to 1.9.0 #39

Open
wants to merge 1 commit into
base: develop
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
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ require (
github.com/Bose/go-gin-logrus v1.0.3
github.com/cryptogarageinc/cfd-go v0.2.3
github.com/cryptogarageinc/server-common-go v1.1.3
github.com/gin-gonic/gin v1.7.2
github.com/gin-gonic/gin v1.9.0
github.com/go-resty/resty/v2 v2.2.0
github.com/golang/mock v1.5.0
github.com/mattn/go-sqlite3 v2.0.1+incompatible // indirect
github.com/mitchellh/reflectwalk v1.0.1 // indirect
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.6.0
github.com/stretchr/testify v1.7.0
github.com/stretchr/testify v1.8.1
gorm.io/gorm v1.20.5
gotest.tools v2.2.0+incompatible
gotest.tools/gotestsum v0.5.2
Expand Down
Loading