Skip to content

Commit

Permalink
Bump github.com/swaggo/echo-swagger from 1.1.3 to 1.1.4 (#64)
Browse files Browse the repository at this point in the history
Bumps [github.com/swaggo/echo-swagger](https://github.com/swaggo/echo-swagger) from 1.1.3 to 1.1.4.
- [Release notes](https://github.com/swaggo/echo-swagger/releases)
- [Changelog](https://github.com/swaggo/echo-swagger/blob/master/.goreleaser.yml)
- [Commits](swaggo/echo-swagger@v1.1.3...v1.1.4)

---
updated-dependencies:
- dependency-name: github.com/swaggo/echo-swagger
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 13, 2021
1 parent f0a4850 commit d67a359
Show file tree
Hide file tree
Showing 9 changed files with 716 additions and 30 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ require (
github.com/speps/go-hashids v2.0.0+incompatible
github.com/spf13/viper v1.9.0
github.com/stretchr/testify v1.7.0
github.com/swaggo/echo-swagger v1.1.3
github.com/swaggo/echo-swagger v1.1.4
github.com/swaggo/files v0.0.0-20210815190702-a29dd2bc99b2 // indirect
github.com/swaggo/swag v1.7.3
github.com/theflyingcodr/govalidator v0.0.2
Expand Down
643 changes: 639 additions & 4 deletions go.sum

Large diffs are not rendered by default.

17 changes: 17 additions & 0 deletions vendor/github.com/swaggo/echo-swagger/.gitignore

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

10 changes: 10 additions & 0 deletions vendor/github.com/swaggo/echo-swagger/.goreleaser.yml

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

13 changes: 0 additions & 13 deletions vendor/github.com/swaggo/echo-swagger/.travis.yml

This file was deleted.

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

17 changes: 16 additions & 1 deletion vendor/github.com/swaggo/echo-swagger/README.md

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

34 changes: 24 additions & 10 deletions vendor/github.com/swaggo/echo-swagger/swagger.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 @@ -180,7 +180,7 @@ github.com/stretchr/testify/mock
# github.com/subosito/gotenv v1.2.0
## explicit
github.com/subosito/gotenv
# github.com/swaggo/echo-swagger v1.1.3
# github.com/swaggo/echo-swagger v1.1.4
## explicit; go 1.13
github.com/swaggo/echo-swagger
# github.com/swaggo/files v0.0.0-20210815190702-a29dd2bc99b2
Expand Down

0 comments on commit d67a359

Please sign in to comment.