Skip to content

build(deps): bump github.com/gin-gonic/gin from 1.7.7 to 1.9.1 #342

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
12 changes: 4 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,25 @@ module github.com/qiniu/goc
go 1.13

require (
github.com/gin-gonic/gin v1.7.7
github.com/go-playground/validator/v10 v10.8.0 // indirect
github.com/gin-gonic/gin v1.9.1
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/go-github v17.0.0+incompatible
github.com/hashicorp/go-retryablehttp v0.6.6
github.com/json-iterator/go v1.1.11 // indirect
github.com/julienschmidt/httprouter v1.2.0
github.com/mattn/go-isatty v0.0.13 // indirect
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/olekukonko/tablewriter v0.0.4
github.com/qiniu/api.v7/v7 v7.5.0
github.com/sirupsen/logrus v1.6.0
github.com/spf13/cobra v1.0.0
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.6.2
github.com/stretchr/testify v1.6.1
github.com/stretchr/testify v1.8.3
github.com/tongjingran/copy v1.4.2
github.com/ugorji/go v1.2.6 // indirect
golang.org/x/mod v0.9.0
golang.org/x/net v0.0.0-20220722155237-a158d28d115b
golang.org/x/net v0.10.0
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
golang.org/x/tools v0.1.12
google.golang.org/protobuf v1.27.1 // indirect
golang.org/x/tools v0.6.0
gopkg.in/yaml.v2 v2.4.0 // indirect
k8s.io/test-infra v0.0.0-20200511080351-8ac9dbfab055
)
Loading