Files
sam-forwarder/go.mod

27 lines
1.2 KiB
Modula-2
Raw Permalink Normal View History

2019-08-14 19:41:35 -04:00
module github.com/eyedeekay/sam-forwarder
go 1.12
require (
2019-09-27 23:29:17 -04:00
crawshaw.io/littleboss v0.0.0-20190317185602-8957d0aedcce
2020-01-05 13:51:07 -05:00
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
2019-08-14 19:41:35 -04:00
github.com/boreq/friendlyhash v0.0.0-20190522010448-1ca64b3ca69e
2019-09-27 23:29:17 -04:00
github.com/cryptix/goSam v0.1.0 // indirect
2019-09-02 20:46:17 -04:00
github.com/eyedeekay/eephttpd v0.0.0-20190903000420-52f5a8485a4e
github.com/eyedeekay/httptunnel v0.0.0-20190831071439-0ff3d5f798fb
2019-09-27 23:29:17 -04:00
github.com/eyedeekay/i2pdig v0.0.0-20180718204453-a67cb46e2e5f // indirect
2019-09-08 16:20:30 -04:00
github.com/eyedeekay/outproxy v0.0.0-20190908174238-22bd71d43733
2019-08-20 02:18:02 -04:00
github.com/eyedeekay/portcheck v0.0.0-20190218044454-bb8718669680
2019-12-31 21:57:35 -05:00
github.com/eyedeekay/sam3 v0.32.1
2019-08-14 19:41:35 -04:00
github.com/gtank/cryptopasta v0.0.0-20170601214702-1f550f6f2f69
github.com/justinas/nosurf v0.0.0-20190416172904-05988550ea18
2020-01-05 13:51:07 -05:00
github.com/kr/pretty v0.2.0 // indirect
github.com/russross/blackfriday v2.0.0+incompatible // indirect
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
2019-09-27 23:29:17 -04:00
github.com/spf13/pflag v1.0.3 // indirect
2019-08-14 19:41:35 -04:00
github.com/zieckey/goini v0.0.0-20180118150432-0da17d361d26
2019-08-19 02:45:09 -04:00
github.com/zserge/lorca v0.1.8
github.com/zserge/webview v0.0.0-20190123072648-16c93bcaeaeb
2020-01-05 13:51:07 -05:00
gitlab.com/opennota/wd v0.0.0-20191124020556-236695b0ea63 // indirect
2019-08-14 19:41:35 -04:00
)