mirror of
https://github.com/nxtrace/NTrace-core.git
synced 2025-08-12 06:26:39 +00:00
29 lines
817 B
Modula-2
29 lines
817 B
Modula-2
module github.com/xgadget-lab/nexttrace
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/google/gopacket v1.1.19
|
|
golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4
|
|
golang.org/x/sync v0.0.0-20220513210516-0976fa681c29
|
|
)
|
|
|
|
require (
|
|
github.com/mattn/go-colorable v0.1.9 // indirect
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // direct
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/fatih/color v1.13.0
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/rodaine/table v1.0.1
|
|
github.com/stretchr/testify v1.7.1
|
|
github.com/tidwall/gjson v1.14.1
|
|
github.com/tidwall/match v1.1.1 // indirect
|
|
github.com/tidwall/pretty v1.2.0 // indirect
|
|
golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6 // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
|
)
|