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.
26 lines
785 B
Modula-2
26 lines
785 B
Modula-2
module git.noahlan.cn/n-admin/n-admin-server
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
entgo.io/ent v0.12.3
|
|
git.noahlan.cn/noahlan/ntool v1.1.7
|
|
git.noahlan.cn/noahlan/ntool-biz v1.2.2
|
|
)
|
|
|
|
require (
|
|
github.com/gofrs/uuid/v5 v5.0.0 // indirect
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
github.com/gookit/color v1.5.3 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.19 // indirect
|
|
github.com/stretchr/testify v1.8.4 // indirect
|
|
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
|
|
go.opentelemetry.io/otel v1.14.0 // indirect
|
|
go.opentelemetry.io/otel/trace v1.14.0 // indirect
|
|
golang.org/x/crypto v0.11.0 // indirect
|
|
golang.org/x/sys v0.10.0 // indirect
|
|
golang.org/x/term v0.10.0 // indirect
|
|
golang.org/x/text v0.11.0 // indirect
|
|
)
|