new version to test for rtrade

This commit is contained in:
idk
2019-10-16 21:11:16 -04:00
parent db2f32877a
commit 3b144b5294
2 changed files with 1 additions and 7 deletions

View File

@ -5,7 +5,7 @@ GO_COMPILER_OPTS = -a -tags netgo -ldflags '-w -extldflags "-static"'
USER_GH=eyedeekay
packagename=httptunnel
VERSION=0.32.04
VERSION=0.32.05
httpall: fmt win lin linarm mac

6
go.mod
View File

@ -3,17 +3,11 @@ module github.com/eyedeekay/httptunnel
go 1.12
require (
crawshaw.io/littleboss v0.0.0-20190317185602-8957d0aedcce // indirect
github.com/d5/tengo v1.24.3 // indirect
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/mwitkow/go-http-dialer v0.0.0-20161116154839-378f744fb2b8
github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
gitlab.com/golang-commonmark/html v0.0.0-20180917080848-cfaf75183c4a // indirect
gitlab.com/golang-commonmark/linkify v0.0.0-20180917065525-c22b7bdb1179 // indirect
gitlab.com/golang-commonmark/mdurl v0.0.0-20180912090424-e5bce34c34f2 // indirect
gitlab.com/golang-commonmark/puny v0.0.0-20180912090636-2cd490539afe // indirect
golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
)