34 lines
1.2 KiB
Modula-2
34 lines
1.2 KiB
Modula-2
module github.com/go-gost/core
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d
|
|
github.com/go-gost/gosocks4 v0.0.1
|
|
github.com/go-gost/gosocks5 v0.3.1-0.20211109033403-d894d75b7f09
|
|
github.com/gobwas/glob v0.2.3
|
|
github.com/miekg/dns v1.1.45
|
|
github.com/prometheus/client_golang v1.12.1
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/xtaci/smux v1.5.16
|
|
golang.org/x/sys v0.0.0-20220310020820-b874c991c1a5
|
|
)
|
|
|
|
require (
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/google/go-cmp v0.5.6 // indirect
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
|
|
github.com/prometheus/client_model v0.2.0 // indirect
|
|
github.com/prometheus/common v0.32.1 // indirect
|
|
github.com/prometheus/procfs v0.7.3 // indirect
|
|
github.com/stretchr/testify v1.7.0 // indirect
|
|
golang.org/x/mod v0.5.1 // indirect
|
|
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
|
|
golang.org/x/tools v0.1.9 // indirect
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
google.golang.org/protobuf v1.27.1 // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
|
)
|