gin-swagger/go.mod

13 lines
252 B
Modula-2
Raw Normal View History

2019-01-10 07:07:02 +00:00
module github.com/swaggo/gin-swagger
2023-03-20 22:20:55 +00:00
go 1.16
2022-01-18 18:34:08 +00:00
2019-01-10 07:07:02 +00:00
require (
github.com/gin-contrib/gzip v0.0.6
github.com/gin-gonic/gin v1.8.1
github.com/stretchr/testify v1.8.0
2023-03-20 21:53:15 +00:00
github.com/swaggo/files v1.0.1
2022-04-27 15:39:20 +00:00
github.com/swaggo/swag v1.8.1
2023-03-20 21:50:36 +00:00
golang.org/x/net v0.7.0
2019-01-10 07:07:02 +00:00
)