mirror of
https://github.com/xvzc/SpoofDPI.git
synced 2024-12-22 14:26:31 +00:00
20 lines
594 B
Modula-2
20 lines
594 B
Modula-2
module github.com/xvzc/SpoofDPI
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/babolivier/go-doh-client v0.0.0-20201028162107-a76cff4cb8b6
|
|
github.com/pterm/pterm v0.12.33
|
|
github.com/sirupsen/logrus v1.8.1
|
|
)
|
|
|
|
require (
|
|
github.com/atomicgo/cursor v0.0.1 // indirect
|
|
github.com/gookit/color v1.4.2 // indirect
|
|
github.com/mattn/go-runewidth v0.0.13 // indirect
|
|
github.com/rivo/uniseg v0.2.0 // indirect
|
|
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
|
|
golang.org/x/sys v0.0.0-20211013075003-97ac67df715c // indirect
|
|
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
|
|
)
|