Skip to content

Commit

Permalink
build(deps): bump github.com/gin-gonic/gin from 1.7.7 to 1.9.1
Browse files Browse the repository at this point in the history
Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.7.7 to 1.9.1.
- [Release notes](https://github.com/gin-gonic/gin/releases)
- [Changelog](https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md)
- [Commits](gin-gonic/gin@v1.7.7...v1.9.1)

---
updated-dependencies:
- dependency-name: github.com/gin-gonic/gin
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 1, 2023
1 parent 46eb9e6 commit 1a34843
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 47 deletions.
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

0 comments on commit 1a34843

Please sign in to comment.