mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-10 10:38:20 +00:00
43 lines
1.5 KiB
Modula-2
43 lines
1.5 KiB
Modula-2
module nfsense.net/nfsense
|
|
|
|
go 1.21
|
|
|
|
toolchain go1.21.2
|
|
|
|
require (
|
|
github.com/coreos/go-systemd/v22 v22.5.0
|
|
github.com/go-playground/validator/v10 v10.15.5
|
|
github.com/godbus/dbus/v5 v5.1.0
|
|
github.com/google/uuid v1.3.1
|
|
github.com/pterm/pterm v0.12.69
|
|
github.com/r3labs/diff/v3 v3.0.1
|
|
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1
|
|
github.com/tredoe/osutil v1.3.6
|
|
go4.org/netipx v0.0.0-20230824141953-6213f710f925
|
|
golang.org/x/exp v0.0.0-20231006140011-7918f672742d
|
|
nhooyr.io/websocket v1.8.7
|
|
)
|
|
|
|
require (
|
|
atomicgo.dev/cursor v0.2.0 // indirect
|
|
atomicgo.dev/keyboard v0.2.9 // indirect
|
|
atomicgo.dev/schedule v0.1.0 // indirect
|
|
github.com/containerd/console v1.0.3 // indirect
|
|
github.com/gabriel-vasile/mimetype v1.4.2 // indirect
|
|
github.com/go-playground/locales v0.14.1 // indirect
|
|
github.com/go-playground/universal-translator v0.18.1 // indirect
|
|
github.com/gookit/color v1.5.4 // indirect
|
|
github.com/klauspost/compress v1.17.0 // indirect
|
|
github.com/leodido/go-urn v1.2.4 // indirect
|
|
github.com/lithammer/fuzzysearch v1.1.8 // indirect
|
|
github.com/mattn/go-runewidth v0.0.15 // indirect
|
|
github.com/rivo/uniseg v0.4.4 // indirect
|
|
github.com/vmihailenco/msgpack/v5 v5.4.0 // indirect
|
|
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
|
|
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
|
|
golang.org/x/crypto v0.14.0 // indirect
|
|
golang.org/x/net v0.16.0 // indirect
|
|
golang.org/x/sys v0.13.0 // indirect
|
|
golang.org/x/term v0.13.0 // indirect
|
|
golang.org/x/text v0.13.0 // indirect
|
|
)
|