toxcore/other/proxy/go.mod
iphydf a549807df7
refactor: Add mem module to allow tests to override allocators.
This will allow us to do more interesting things with memory allocation
within toxcore, and allow fuzzers to explore various allocation failure
paths.
2023-08-30 22:55:05 +00:00

6 lines
103 B
Modula-2

module github.com/TokTok/c-toxcore/other/proxy
go 1.18
require github.com/things-go/go-socks5 v0.0.3