diff options
| author | Xe Iaso <me@xeiaso.net> | 2025-04-20 13:28:24 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2025-04-21 16:17:30 -0400 |
| commit | c56a114a91656d7a8a644f3e606b422d28ab10bb (patch) | |
| tree | 738b8c1eef38dd9460de63c2b21d35d6ffd67853 /go.mod | |
| parent | 5d25e91ccd642a7522468e5a4b5c434d84a65917 (diff) | |
| download | x-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.mod | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
