22 lines
965 B
Modula-2
22 lines
965 B
Modula-2
module github.com/eyedeekay/sam-forwarder
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
crawshaw.io/littleboss v0.0.0-20190317185602-8957d0aedcce
|
|
github.com/boreq/friendlyhash v0.0.0-20190522010448-1ca64b3ca69e
|
|
github.com/cryptix/goSam v0.1.0 // indirect
|
|
github.com/eyedeekay/eephttpd v0.0.0-20190903000420-52f5a8485a4e
|
|
github.com/eyedeekay/httptunnel v0.0.0-20190831071439-0ff3d5f798fb
|
|
github.com/eyedeekay/i2pdig v0.0.0-20180718204453-a67cb46e2e5f // indirect
|
|
github.com/eyedeekay/outproxy v0.0.0-20190908174238-22bd71d43733
|
|
github.com/eyedeekay/portcheck v0.0.0-20190218044454-bb8718669680
|
|
github.com/eyedeekay/sam3 v0.0.0-20190730185140-f8d54526ea25
|
|
github.com/gtank/cryptopasta v0.0.0-20170601214702-1f550f6f2f69
|
|
github.com/justinas/nosurf v0.0.0-20190416172904-05988550ea18
|
|
github.com/spf13/pflag v1.0.3 // indirect
|
|
github.com/zieckey/goini v0.0.0-20180118150432-0da17d361d26
|
|
github.com/zserge/lorca v0.1.8
|
|
github.com/zserge/webview v0.0.0-20190123072648-16c93bcaeaeb
|
|
)
|