static/go.mod

9 lines
128 B
Modula-2
Raw Normal View History

module github.com/gin-contrib/static
2021-04-04 01:07:43 +03:00
go 1.15
require (
github.com/gin-gonic/gin v1.8.1
github.com/stretchr/testify v1.7.3
)