You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
487 B
Modula-2

module github.com/fangdingjun/sniproxy
go 1.13
require (
github.com/fangdingjun/go-log v4.0.2+incompatible
github.com/fangdingjun/protolistener v0.0.0-20190415072226-223d4e06b774
github.com/kr/pretty v0.1.0 // indirect
github.com/kr/pty v1.1.4 // indirect
github.com/pires/go-proxyproto v0.0.0-20190111085350-4d51b51e3bfc
golang.org/x/sys v0.0.0-20190412213103-97732733099d // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v2 v2.2.2
)