Skip to content

Commit 5f78ce0

Browse files
chore(deps): bump github.com/swaggo/gin-swagger from 1.5.2 to 1.6.0
Bumps [github.com/swaggo/gin-swagger](https://github.com/swaggo/gin-swagger) from 1.5.2 to 1.6.0. - [Release notes](https://github.com/swaggo/gin-swagger/releases) - [Changelog](https://github.com/swaggo/gin-swagger/blob/master/.goreleaser.yml) - [Commits](swaggo/gin-swagger@v1.5.2...v1.6.0) --- updated-dependencies: - dependency-name: github.com/swaggo/gin-swagger dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 308355f commit 5f78ce0

File tree

2 files changed

+25
-63
lines changed

2 files changed

+25
-63
lines changed

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ require (
1010
github.com/gin-gonic/gin v1.9.0
1111
github.com/kelseyhightower/envconfig v1.4.0
1212
github.com/penglongli/gin-metrics v0.1.10
13-
github.com/swaggo/files v0.0.0-20220728132757-551d4a08d97a
14-
github.com/swaggo/gin-swagger v1.5.2
15-
github.com/swaggo/swag v1.8.5
13+
github.com/swaggo/files v1.0.1
14+
github.com/swaggo/gin-swagger v1.6.0
15+
github.com/swaggo/swag v1.8.12
1616
go.uber.org/zap v1.21.0
1717
golang.org/x/crypto v0.8.0
1818
gopkg.in/yaml.v2 v2.4.0
@@ -61,7 +61,7 @@ require (
6161
golang.org/x/net v0.9.0 // indirect
6262
golang.org/x/sys v0.7.0 // indirect
6363
golang.org/x/text v0.9.0 // indirect
64-
golang.org/x/tools v0.6.0 // indirect
64+
golang.org/x/tools v0.7.0 // indirect
6565
google.golang.org/protobuf v1.28.1 // indirect
6666
gopkg.in/yaml.v3 v3.0.1 // indirect
6767
)

0 commit comments

Comments
 (0)