Skip to content

Commit 4101f4c

Browse files
authored
Merge pull request #101 from blinklabs-io/dependabot/go_modules/github.com/swaggo/gin-swagger-1.6.0
chore(deps): bump github.com/swaggo/gin-swagger from 1.5.2 to 1.6.0
2 parents 6bf1ea3 + 5f78ce0 commit 4101f4c

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)