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.
17 lines
451 B
Modula-2
17 lines
451 B
Modula-2
module github.com/fangdingjun/sniproxy
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/fangdingjun/go-log/v5 v5.0.0
|
|
github.com/fangdingjun/protolistener v0.0.0-20210804081554-626e6590d6e7
|
|
github.com/pires/go-proxyproto v0.6.1
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|
|
|
|
require (
|
|
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 // indirect
|
|
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
|
|
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 // indirect
|
|
)
|