1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-09-17 01:15:59 -04:00
gitea/vendor/github.com/unrolled/render/go.mod

9 lines
158 B
Modula-2
Raw Normal View History

module github.com/unrolled/render
go 1.16
require (
github.com/fsnotify/fsnotify v1.4.9
golang.org/x/sys v0.0.0-20210525143221-35b2ab0089ea // indirect
)