SpoofDPI/go.mod

20 lines
594 B
Modula-2
Raw Normal View History

2021-12-29 17:08:30 +00:00
module github.com/xvzc/SpoofDPI
2021-12-28 03:15:54 +00:00
go 1.17
2021-12-29 17:08:30 +00:00
2022-01-03 15:13:42 +00:00
require (
github.com/babolivier/go-doh-client v0.0.0-20201028162107-a76cff4cb8b6
github.com/pterm/pterm v0.12.33
2022-01-11 15:05:16 +00:00
github.com/sirupsen/logrus v1.8.1
2022-01-03 15:13:42 +00:00
)
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
)