Using go get -u github.com/chenjiandongx/sniffer I got nothing and then tried to build as follows but got the error
GOOS=linux GOARCH=amd64 go build -v
...
github.com/chenjiandongx/sniffer
# github.com/chenjiandongx/sniffer
./ui.go:158:9: cannot use generic type deque.Deque[T any] without instantiation
./ui.go:229:41: undefined: deque.New
Using
go get -u github.com/chenjiandongx/snifferI got nothing and then tried to build as follows but got the error