19 lines
808 B
Modula-2
19 lines
808 B
Modula-2
module github.com/eyedeekay/httptunnel
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
crawshaw.io/littleboss v0.0.0-20190317185602-8957d0aedcce
|
|
github.com/danfragoso/thdwb v0.0.0-20191106005607-18cfeb88e782
|
|
github.com/eyedeekay/goSam v0.1.1-0.20190814204230-d4c9b8c57dd6
|
|
github.com/eyedeekay/sam-forwarder v0.0.0-20190908210105-71ca8cd65fda
|
|
github.com/eyedeekay/sam3 v0.0.0-20190730185140-f8d54526ea25
|
|
github.com/go-gl/gl v0.0.0-20190320180904-bf2b1f2f34d7 // indirect
|
|
github.com/go-gl/glfw v0.0.0-20191125211704-12ad95a8df72 // indirect
|
|
github.com/mwitkow/go-http-dialer v0.0.0-20161116154839-378f744fb2b8
|
|
github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
|
|
github.com/tfriedel6/canvas v0.9.2 // indirect
|
|
golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297
|
|
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
|
|
)
|