aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2025-04-20 13:28:24 -0400
committerXe Iaso <me@xeiaso.net>2025-04-21 16:17:30 -0400
commitc56a114a91656d7a8a644f3e606b422d28ab10bb (patch)
tree738b8c1eef38dd9460de63c2b21d35d6ffd67853 /go.mod
parent5d25e91ccd642a7522468e5a4b5c434d84a65917 (diff)
downloadx-c56a114a91656d7a8a644f3e606b422d28ab10bb.tar.xz
x-c56a114a91656d7a8a644f3e606b422d28ab10bb.zip
cmd/relayd: start implementing tcp fingerprinting
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 3 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 68fe894..d24c6aa 100644
--- a/go.mod
+++ b/go.mod
@@ -166,6 +166,9 @@ require (
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-tty v0.0.3 // indirect
+ github.com/mikioh/tcp v0.0.0-20190314235350-803a9b46060c // indirect
+ github.com/mikioh/tcpinfo v0.0.0-20190314235526-30a79bb1804b // indirect
+ github.com/mikioh/tcpopt v0.0.0-20190314235656-172688c1accc // indirect
github.com/minio/sha256-simd v1.0.1 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect