chore: upgrade deps

This commit is contained in:
鲁树人
2025-11-12 20:48:38 +09:00
parent 40f93b4dd2
commit a163d40fb2
5 changed files with 49 additions and 18 deletions

View File

@@ -3,8 +3,7 @@ package sniff
import (
"bytes"
"encoding/binary"
"golang.org/x/exp/slices"
"slices"
)
type Sniffer interface {