mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-07-03 10:04:30 +08:00
* fix: make condition eval compatible with go 1.18 * fix: update circle-ci image to yunion/centos-build:go-1.18.3-0 * update go,mod go version to 1.18 * update vendor Co-authored-by: Qiu Jian <qiujian@yunionyun.com>
GoPacket
This library provides packet decoding capabilities for Go. See godoc for more details.
Minimum Go version required is 1.5 except for pcapgo/EthernetHandle, afpacket, and bsdbpf which need at least 1.7 due to x/sys/unix dependencies.
Originally forked from the gopcap project written by Andreas Krennmair ak@synflood.at (http://github.com/akrennmair/gopcap).