Skip to content

Commit e4a94c7

Browse files
build(deps): bump github.com/gin-gonic/gin from 1.3.0 to 1.9.1
Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.3.0 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.3.0...v1.9.1) --- updated-dependencies: - dependency-name: github.com/gin-gonic/gin dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 62e9f54 commit e4a94c7

File tree

1,453 files changed

+451331
-179230
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,453 files changed

+451331
-179230
lines changed

go.mod

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,34 +13,26 @@ require (
1313
github.com/fsnotify/fsnotify v1.4.7
1414
github.com/fsouza/go-dockerclient v1.4.0
1515
github.com/gin-contrib/cors v0.0.0-20170318125340-cf4846e6a636
16-
github.com/gin-contrib/sse v0.0.0-20170109093832-22d885f9ecc7 // indirect
17-
github.com/gin-gonic/gin v1.3.0
16+
github.com/gin-gonic/gin v1.9.1
1817
github.com/go-sql-driver/mysql v1.4.0
1918
github.com/golang/groupcache v0.0.0-20180924190550-6f2cf27854a4
20-
github.com/golang/protobuf v1.3.1
19+
github.com/golang/protobuf v1.5.0
2120
github.com/grpc-ecosystem/go-grpc-middleware v1.0.0
2221
github.com/jmoiron/sqlx v1.2.0
23-
github.com/json-iterator/go v1.1.5 // indirect
2422
github.com/leanovate/gopter v0.2.2
2523
github.com/lib/pq v1.0.0
26-
github.com/mattn/go-isatty v0.0.4 // indirect
2724
github.com/mattn/go-sqlite3 v1.9.0
28-
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
29-
github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742 // indirect
3025
github.com/openzipkin/zipkin-go v0.1.6
3126
github.com/patrickmn/go-cache v2.1.0+incompatible
3227
github.com/pkg/errors v0.8.1
3328
github.com/prometheus/client_golang v0.9.3-0.20190127221311-3c4408c8b829
3429
github.com/sirupsen/logrus v1.4.1
35-
github.com/stretchr/testify v1.3.0
36-
github.com/ugorji/go/codec v0.0.0-20181022190402-e5e69e061d4f // indirect
30+
github.com/stretchr/testify v1.8.3
3731
go.opencensus.io v0.22.1-0.20190619184131-df42942ad08f
38-
golang.org/x/net v0.0.0-20190501004415-9ce7a6920f09
39-
golang.org/x/sys v0.0.0-20190507160741-ecd444e8653b
32+
golang.org/x/net v0.10.0
33+
golang.org/x/sys v0.8.0
4034
golang.org/x/time v0.0.0-20180412165947-fbb02b2291d2
4135
google.golang.org/grpc v1.20.1
42-
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
43-
gopkg.in/go-playground/validator.v8 v8.18.2 // indirect
4436
gopkg.in/yaml.v2 v2.2.2 // indirect
4537
)
4638

go.sum

Lines changed: 111 additions & 59 deletions
Large diffs are not rendered by default.

vendor/github.com/bytedance/sonic/.gitignore

Lines changed: 52 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/bytedance/sonic/.gitmodules

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/bytedance/sonic/.licenserc.yaml

Lines changed: 24 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/bytedance/sonic/CODE_OF_CONDUCT.md

Lines changed: 128 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/bytedance/sonic/CONTRIBUTING.md

Lines changed: 63 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/bytedance/sonic/CREDITS

Whitespace-only changes.

vendor/gopkg.in/yaml.v2/LICENSE renamed to vendor/github.com/bytedance/sonic/LICENSE

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)