20 lines
430 B
Modula-2
20 lines
430 B
Modula-2
module git.maze.io/go/dpi/protocol/detect/dns
|
|
|
|
go 1.25.0
|
|
|
|
replace git.maze.io/go/dpi => ../../..
|
|
|
|
require (
|
|
git.maze.io/go/dpi v0.0.0-20251009103949-31774b961d0d
|
|
github.com/miekg/dns v1.1.68
|
|
golang.org/x/crypto v0.42.0
|
|
)
|
|
|
|
require (
|
|
golang.org/x/mod v0.24.0 // indirect
|
|
golang.org/x/net v0.43.0 // indirect
|
|
golang.org/x/sync v0.14.0 // indirect
|
|
golang.org/x/sys v0.36.0 // indirect
|
|
golang.org/x/tools v0.33.0 // indirect
|
|
)
|