|
module github.com/SNI_Proxy
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/miekg/dns v1.1.58
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
golang.org/x/mod v0.14.0 // indirect
|
|
golang.org/x/net v0.20.0 // indirect
|
|
golang.org/x/sys v0.16.0 // indirect
|
|
golang.org/x/tools v0.17.0 // indirect
|
|
)
|