fully functional implementation

This commit is contained in:
Joe Julian
2026-02-05 10:43:40 -08:00
parent 99f1ebeaf2
commit bc092dd706
8 changed files with 503 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
module github.com/joejulian/udp-reflector
go 1.25.5
require (
github.com/rs/zerolog v1.34.0
golang.org/x/sys v0.39.0
)
require (
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
)