gin-swagger/go.mod

13 lines
308 B
Modula-2
Raw Normal View History

2019-01-10 07:07:02 +00:00
module github.com/swaggo/gin-swagger
go 1.15
2022-01-18 18:34:08 +00:00
2019-01-10 07:07:02 +00:00
require (
github.com/gin-contrib/gzip v0.0.3
2022-01-18 18:34:08 +00:00
github.com/gin-gonic/gin v1.7.7
github.com/stretchr/testify v1.7.0
2022-01-18 18:34:08 +00:00
github.com/swaggo/files v0.0.0-20210815190702-a29dd2bc99b2
github.com/swaggo/swag v1.7.9
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd
2019-01-10 07:07:02 +00:00
)