mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-11 02:48:21 +00:00
12 lines
271 B
Modula-2
12 lines
271 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/klauspost/compress v1.10.3 // indirect
|