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 #29

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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
7 changes: 3 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@ require (
github.com/bmc-toolbox/bmclib v0.5.7
github.com/bmc-toolbox/gin-go-metrics v0.0.2
github.com/daaku/go.zipexe v1.0.1 // indirect
github.com/gin-gonic/gin v1.7.2
github.com/golang/protobuf v1.4.3 // indirect
github.com/gin-gonic/gin v1.9.0
github.com/google/gops v0.3.14
github.com/gorilla/mux v1.8.0 // indirect
github.com/hashicorp/go-multierror v1.1.1
github.com/jinzhu/gorm v1.9.16
github.com/kr/pretty v0.2.1
github.com/kr/pretty v0.3.0
github.com/labstack/gommon v0.3.0 // indirect
github.com/lib/pq v1.9.0
github.com/manyminds/api2go v0.0.0-20201208181306-e7d462686f8a
Expand All @@ -31,7 +30,7 @@ require (
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.1.1
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.7.0
github.com/stretchr/testify v1.8.1
github.com/ugorji/go v1.2.4 // indirect
github.com/valyala/fasttemplate v1.2.1 // indirect
)
Expand Down
108 changes: 79 additions & 29 deletions go.sum

Large diffs are not rendered by default.

52 changes: 52 additions & 0 deletions vendor/github.com/bytedance/sonic/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions vendor/github.com/bytedance/sonic/.gitmodules

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 24 additions & 0 deletions vendor/github.com/bytedance/sonic/.licenserc.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

128 changes: 128 additions & 0 deletions vendor/github.com/bytedance/sonic/CODE_OF_CONDUCT.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

63 changes: 63 additions & 0 deletions vendor/github.com/bytedance/sonic/CONTRIBUTING.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file.
48 changes: 48 additions & 0 deletions vendor/github.com/bytedance/sonic/INTRODUCTION.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading