go mod init

This commit is contained in:
Michał Matczuk 2020-02-12 17:33:50 +01:00
parent f48a09d2ab
commit 10e3e0d19a
1085 changed files with 1053 additions and 632394 deletions

14
go.mod Normal file
View file

@ -0,0 +1,14 @@
module github.com/mmatczuk/go-http-tunnel
go 1.13
require (
github.com/calmh/luhn v2.0.0+incompatible
github.com/cenkalti/backoff v2.1.1+incompatible
github.com/felixge/tcpkeepalive v0.0.0-20160804073959-5bb0b2dea91e
github.com/golang/mock v1.2.0
github.com/inconshreveable/go-vhost v0.0.0-20160627193104-06d84117953b
golang.org/x/net v0.0.0-20171123081856-c7086645de24
golang.org/x/text v0.1.1-0.20171102192421-88f656faf3f3 // indirect
gopkg.in/yaml.v2 v2.2.2
)