This repository has been archived on 2021-08-10. You can view files and clone it, but cannot push or open issues or pull requests.
gtools/go.mod
Michael 15e52bd393 router and tpl packages
Signed-off-by: Michael <michael.lindman@gmail.com>
2021-03-09 01:32:31 +00:00

13 lines
301 B
Modula-2

module git.0cd.xyz/michael/gtools
go 1.15
require (
github.com/gorilla/csrf v1.7.0
github.com/gorilla/mux v1.8.0
github.com/magefile/mage v1.11.0 // indirect
github.com/sirupsen/logrus v1.8.0
golang.org/x/sys v0.0.0-20210308170721-88b6017d0656 // indirect
google.golang.org/protobuf v1.25.0
)