13 lines
308 B
Modula-2
13 lines
308 B
Modula-2
module github.com/swaggo/gin-swagger
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/gin-contrib/gzip v0.0.5
|
|
github.com/gin-gonic/gin v1.7.7
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/swaggo/files v0.0.0-20220610200504-28940afbdbfe
|
|
github.com/swaggo/swag v1.8.1
|
|
golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4
|
|
)
|