mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-10 18:38:22 +00:00
21 lines
619 B
Modula-2
21 lines
619 B
Modula-2
module nfsense.net/nfsense
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/google/uuid v1.3.0
|
|
go4.org/netipx v0.0.0-20230125063823-8449b0a6169f
|
|
golang.org/x/exp v0.0.0-20230224173230-c95f2b4c22f2
|
|
nhooyr.io/websocket v1.8.7
|
|
)
|
|
|
|
require (
|
|
github.com/go-playground/locales v0.14.1 // indirect
|
|
github.com/go-playground/universal-translator v0.18.1 // indirect
|
|
github.com/go-playground/validator/v10 v10.11.2 // indirect
|
|
github.com/klauspost/compress v1.10.3 // indirect
|
|
github.com/leodido/go-urn v1.2.1 // indirect
|
|
golang.org/x/crypto v0.5.0 // indirect
|
|
golang.org/x/sys v0.4.0 // indirect
|
|
golang.org/x/text v0.6.0 // indirect
|
|
)
|