chore: drop go1.13 (#190)

This commit is contained in:
Bogdan U
2022-01-18 20:34:08 +02:00
committed by GitHub
parent 74c905c98f
commit 872c67c751
3 changed files with 51 additions and 37 deletions
+6 -6
View File
@@ -1,12 +1,12 @@
module github.com/swaggo/gin-swagger
go 1.14
require (
github.com/gin-contrib/gzip v0.0.3
github.com/gin-gonic/gin v1.7.4
github.com/gin-gonic/gin v1.7.7
github.com/stretchr/testify v1.7.0
github.com/swaggo/files v0.0.0-20190704085106-630677cd5c14
github.com/swaggo/swag v1.7.4
golang.org/x/net v0.0.0-20210119194325-5f4716e94777
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
)
go 1.13