Skip to content

Commit

Permalink
Bump github.com/swaggo/swag from 1.7.9 to 1.8.0 (bitcoin-sv#30)
Browse files Browse the repository at this point in the history
Bumps [github.com/swaggo/swag](https://github.com/swaggo/swag) from 1.7.9 to 1.8.0.
- [Release notes](https://github.com/swaggo/swag/releases)
- [Changelog](https://github.com/swaggo/swag/blob/master/.goreleaser.yml)
- [Commits](swaggo/swag@v1.7.9...v1.8.0)

---
updated-dependencies:
- dependency-name: github.com/swaggo/swag
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 23, 2022
1 parent 390f445 commit f38dc9c
Show file tree
Hide file tree
Showing 6 changed files with 477 additions and 7 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ require (
github.com/spf13/viper v1.10.1
github.com/stretchr/testify v1.7.0
github.com/swaggo/echo-swagger v1.3.0
github.com/swaggo/swag v1.7.9
github.com/swaggo/swag v1.8.0
github.com/theflyingcodr/govalidator v0.1.3
github.com/theflyingcodr/lathos v0.0.6
github.com/theflyingcodr/sockets v0.0.11-beta
Expand Down
434 changes: 432 additions & 2 deletions go.sum

Large diffs are not rendered by default.

42 changes: 41 additions & 1 deletion vendor/github.com/swaggo/swag/field_parser.go

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

2 changes: 1 addition & 1 deletion vendor/github.com/swaggo/swag/operation.go

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

2 changes: 1 addition & 1 deletion vendor/github.com/swaggo/swag/version.go

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

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ github.com/swaggo/echo-swagger
# github.com/swaggo/files v0.0.0-20210815190702-a29dd2bc99b2
## explicit; go 1.15
github.com/swaggo/files
# github.com/swaggo/swag v1.7.9
# github.com/swaggo/swag v1.8.0
## explicit; go 1.17
github.com/swaggo/swag
# github.com/theflyingcodr/govalidator v0.1.3
Expand Down

0 comments on commit f38dc9c

Please sign in to comment.