-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: drop go1.13 support * chore: fix go.mod
- Loading branch information
Showing
3 changed files
with
32 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,19 @@ | ||
module github.com/swaggo/echo-swagger | ||
|
||
go 1.14 | ||
|
||
require ( | ||
github.com/go-openapi/spec v0.20.4 // indirect | ||
github.com/labstack/echo/v4 v4.0.0 | ||
github.com/labstack/echo/v4 v4.1.0 | ||
github.com/labstack/gommon v0.3.0 // indirect | ||
github.com/mailru/easyjson v0.7.7 // indirect | ||
github.com/mattn/go-colorable v0.1.0 // indirect | ||
github.com/mattn/go-isatty v0.0.8 // indirect | ||
github.com/mattn/go-colorable v0.1.8 // indirect | ||
github.com/stretchr/testify v1.7.0 | ||
github.com/swaggo/files v0.0.0-20210815190702-a29dd2bc99b2 | ||
github.com/swaggo/swag v1.7.6 | ||
github.com/valyala/fasttemplate v1.2.1 // indirect | ||
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 // indirect | ||
golang.org/x/net v0.0.0-20211216030914-fe4d6282115f | ||
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect | ||
golang.org/x/tools v0.1.8 // indirect | ||
) | ||
|
||
go 1.13 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters