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 adf8750c31 router handler to report errors via json
Signed-off-by: Michael <michael.lindman@gmail.com>
2021-03-21 19:58:20 +00:00

13 lines
330 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/sirupsen/logrus v1.8.1
golang.org/x/sys v0.0.0-20210320140829-1e4c9ba3b0c4 // indirect
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
google.golang.org/protobuf v1.26.0
)