Skip to content

Commit b2f325f

Browse files
chore(deps): bump github.com/gin-gonic/gin (#1598)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e73a0d0 commit b2f325f

File tree

2 files changed

+107
-44
lines changed

2 files changed

+107
-44
lines changed

example/object-map-example/go.mod

Lines changed: 25 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,34 +3,44 @@ module github.com/swaggo/swag/example/object-map-example
33
go 1.17
44

55
require (
6-
github.com/gin-gonic/gin v1.7.7
6+
github.com/gin-gonic/gin v1.9.1
77
github.com/swaggo/files v0.0.0-20210815190702-a29dd2bc99b2
88
github.com/swaggo/gin-swagger v1.4.2
99
github.com/swaggo/swag v1.8.1
1010
)
1111

1212
require (
1313
github.com/KyleBanks/depth v1.2.1 // indirect
14+
github.com/bytedance/sonic v1.9.1 // indirect
15+
github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 // indirect
16+
github.com/gabriel-vasile/mimetype v1.4.2 // indirect
1417
github.com/gin-contrib/sse v0.1.0 // indirect
1518
github.com/go-openapi/jsonpointer v0.19.5 // indirect
1619
github.com/go-openapi/jsonreference v0.20.0 // indirect
1720
github.com/go-openapi/spec v0.20.5 // indirect
1821
github.com/go-openapi/swag v0.19.15 // indirect
19-
github.com/go-playground/locales v0.13.0 // indirect
20-
github.com/go-playground/universal-translator v0.17.0 // indirect
21-
github.com/go-playground/validator/v10 v10.4.1 // indirect
22-
github.com/golang/protobuf v1.3.3 // indirect
22+
github.com/go-playground/locales v0.14.1 // indirect
23+
github.com/go-playground/universal-translator v0.18.1 // indirect
24+
github.com/go-playground/validator/v10 v10.14.0 // indirect
25+
github.com/goccy/go-json v0.10.2 // indirect
2326
github.com/josharian/intern v1.0.0 // indirect
24-
github.com/json-iterator/go v1.1.9 // indirect
25-
github.com/leodido/go-urn v1.2.0 // indirect
27+
github.com/json-iterator/go v1.1.12 // indirect
28+
github.com/klauspost/cpuid/v2 v2.2.4 // indirect
29+
github.com/leodido/go-urn v1.2.4 // indirect
2630
github.com/mailru/easyjson v0.7.6 // indirect
27-
github.com/mattn/go-isatty v0.0.12 // indirect
28-
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
29-
github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742 // indirect
30-
github.com/ugorji/go/codec v1.1.7 // indirect
31-
golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4 // indirect
32-
golang.org/x/net v0.7.0 // indirect
33-
golang.org/x/sys v0.5.0 // indirect
34-
golang.org/x/tools v0.1.10 // indirect
31+
github.com/mattn/go-isatty v0.0.19 // indirect
32+
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
33+
github.com/modern-go/reflect2 v1.0.2 // indirect
34+
github.com/pelletier/go-toml/v2 v2.0.8 // indirect
35+
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
36+
github.com/ugorji/go/codec v1.2.11 // indirect
37+
golang.org/x/arch v0.3.0 // indirect
38+
golang.org/x/crypto v0.9.0 // indirect
39+
golang.org/x/net v0.10.0 // indirect
40+
golang.org/x/sys v0.8.0 // indirect
41+
golang.org/x/text v0.9.0 // indirect
42+
golang.org/x/tools v0.6.0 // indirect
43+
google.golang.org/protobuf v1.30.0 // indirect
3544
gopkg.in/yaml.v2 v2.4.0 // indirect
45+
gopkg.in/yaml.v3 v3.0.1 // indirect
3646
)

0 commit comments

Comments
 (0)