forked from swaggo/gin-swagger
-
Notifications
You must be signed in to change notification settings - Fork 0
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.14 support (swaggo#193)
* chore: drop go1.14 support * chore: update go.mod
- Loading branch information
Showing
3 changed files
with
10 additions
and
3 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,12 +1,12 @@ | ||
module github.com/swaggo/gin-swagger | ||
|
||
go 1.14 | ||
go 1.15 | ||
|
||
require ( | ||
github.com/gin-contrib/gzip v0.0.3 | ||
github.com/gin-gonic/gin v1.7.7 | ||
github.com/stretchr/testify v1.7.0 | ||
github.com/swaggo/files v0.0.0-20210815190702-a29dd2bc99b2 | ||
github.com/swaggo/swag v1.7.8 | ||
golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d | ||
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd | ||
) |
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