chore: drop go1.14 support (#193)

* chore: drop go1.14 support
* chore: update go.mod
This commit is contained in:
Bogdan U
2022-02-06 11:07:28 +02:00
committed by GitHub
parent 872c67c751
commit 77495f6d48
3 changed files with 10 additions and 3 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
module github.com/swaggo/gin-swagger
go 1.14
go 1.15
require (
github.com/gin-contrib/gzip v0.0.3
@@ -8,5 +8,5 @@ require (
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
)