File: go.mod

package info (click to toggle)
golang-github-gin-contrib-static 0.0~git20200916.d45d9a3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 100 kB
  • sloc: makefile: 6
file content (9 lines) | stat: -rw-r--r-- 174 bytes parent folder | download
1
2
3
4
5
6
7
8
9
module github.com/gin-contrib/static

require (
	github.com/elazarl/go-bindata-assetfs v1.0.0
	github.com/gin-gonic/gin v1.5.0
	github.com/stretchr/testify v1.4.0
)

go 1.13