module github.com/gin-contrib/static
go 1.15
require (
github.com/gin-gonic/gin v1.7.7
github.com/stretchr/testify v1.7.1
)