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 c4ff71fd11 retract version
Signed-off-by: Michael <michael.lindman@gmail.com>
2021-07-23 23:07:57 +01:00

16 lines
369 B
Modula-2

module git.0cd.xyz/michael/gtools
go 1.15
retract v1.1.8 // Published accidentally.
require (
git.0cd.xyz/michael/request v0.0.6
github.com/OneOfOne/xxhash v1.2.8
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-20210630005230-0f9fa26af87c // indirect
google.golang.org/protobuf v1.27.1
)