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 22b01cf9c2 support for connecting to SOCKS5 servers
Signed-off-by: Michael <michael.lindman@gmail.com>
2021-07-28 14:47:08 +01:00

19 lines
470 B
Modula-2

module git.0cd.xyz/michael/gtools
go 1.15
retract v1.1.9 // retracting previous version.
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/net v0.0.0-20210726213435-c6fcb2dbf985
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
google.golang.org/protobuf v1.27.1
)