You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
650 B
Modula-2
25 lines
650 B
Modula-2
module git.noahlan.cn/noahlan/ntool
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/gofrs/uuid/v5 v5.0.0
|
|
github.com/gookit/color v1.5.3
|
|
github.com/mattn/go-colorable v0.1.13
|
|
go.opentelemetry.io/otel v1.14.0
|
|
go.opentelemetry.io/otel/sdk v1.14.0
|
|
go.opentelemetry.io/otel/trace v1.14.0
|
|
golang.org/x/crypto v0.10.0
|
|
golang.org/x/sys v0.9.0
|
|
golang.org/x/term v0.9.0
|
|
golang.org/x/text v0.10.0
|
|
)
|
|
|
|
require (
|
|
github.com/go-logr/logr v1.2.4 // indirect
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
|
github.com/mattn/go-isatty v0.0.19 // indirect
|
|
github.com/panjf2000/ants/v2 v2.7.5 // indirect
|
|
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
|
|
)
|