Skip to content

Commit

Permalink
fix output
Browse files Browse the repository at this point in the history
  • Loading branch information
mozillazg committed Oct 2, 2024
1 parent cd2b563 commit 9a1ac82
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 35 deletions.
6 changes: 4 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,10 @@ replace (
github.com/Microsoft/hcsshim/test => github.com/Microsoft/hcsshim/test v0.0.0-20210514012740-eba372547321
github.com/containerd/containerd => github.com/containerd/containerd v1.4.13
github.com/docker/docker => github.com/docker/docker v24.0.9+incompatible
github.com/gopacket/gopacket => github.com/mozillazg/gopacket v0.0.0-20240930124105-2e5a32c1b751
github.com/x-way/pktdump => github.com/mozillazg/pktdump v0.0.9-0.20240930140149-682051b53f64
github.com/gopacket/gopacket => github.com/mozillazg/gopacket v0.0.0-20241002124513-c32042430295
// github.com/gopacket/gopacket => ../../gopacket/gopacket
github.com/x-way/pktdump => github.com/mozillazg/pktdump v0.0.9-0.20241002124615-e03da3440378
// github.com/x-way/pktdump => ../../x-way/pktdump

// https://github.com/kubernetes/kubernetes/blob/release-1.24/go.mod
go.opencensus.io => go.opencensus.io v0.23.0
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -240,10 +240,10 @@ github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 h1:dcztxKSvZ4Id8iPpHERQB
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6/go.mod h1:E2VnQOmVuvZB6UYnnDB0qG5Nq/1tD9acaOpo6xmt0Kw=
github.com/morikuni/aec v1.0.0 h1:nP9CBfwrvYnBRgY6qfDQkygYDmYwOilePFkwzv4dU8A=
github.com/morikuni/aec v1.0.0/go.mod h1:BbKIizmSmc5MMPqRYbxO4ZU0S0+P200+tUnFx7PXmsc=
github.com/mozillazg/gopacket v0.0.0-20240930124105-2e5a32c1b751 h1:6KWcGaIf4JbSD6tXkpl/SHvsgVdEWt4ohIWt95n+96M=
github.com/mozillazg/gopacket v0.0.0-20240930124105-2e5a32c1b751/go.mod h1:lnXM4VDqJTe4d2NoZr8DZMtidkhss2Y82QFlamXWfXo=
github.com/mozillazg/pktdump v0.0.9-0.20240930140149-682051b53f64 h1:E2mNHiALtXBwqI7+tPiljE0+zdSEmWtz7O9dn2hzOPY=
github.com/mozillazg/pktdump v0.0.9-0.20240930140149-682051b53f64/go.mod h1:Vh2MvrLyL23PaYh0Dp2Ihg6qTmNydO2su6ngpJEp/hM=
github.com/mozillazg/gopacket v0.0.0-20241002124513-c32042430295 h1:r0k+asViiEfXIKWqMbxHNJyZnC+wiaY0gBKGLO9/+38=
github.com/mozillazg/gopacket v0.0.0-20241002124513-c32042430295/go.mod h1:lnXM4VDqJTe4d2NoZr8DZMtidkhss2Y82QFlamXWfXo=
github.com/mozillazg/pktdump v0.0.9-0.20241002124615-e03da3440378 h1:gySTfYsqs25cWiem+E4S51TCRSoF3bzhydPzRq1MHZ8=
github.com/mozillazg/pktdump v0.0.9-0.20241002124615-e03da3440378/go.mod h1:Vh2MvrLyL23PaYh0Dp2Ihg6qTmNydO2su6ngpJEp/hM=
github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U=
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e h1:fD57ERR4JtEqsWbfPhv4DMiApHyliiK5xCTNVSPiaAs=
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
Expand Down
6 changes: 4 additions & 2 deletions vendor/github.com/gopacket/gopacket/layers/tcp.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

54 changes: 31 additions & 23 deletions vendor/github.com/x-way/pktdump/mptcp.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ github.com/google/go-cmp/cmp/internal/value
# github.com/google/uuid v1.6.0
## explicit
github.com/google/uuid
# github.com/gopacket/gopacket v1.2.0 => github.com/mozillazg/gopacket v0.0.0-20240930124105-2e5a32c1b751
# github.com/gopacket/gopacket v1.2.0 => github.com/mozillazg/gopacket v0.0.0-20241002124513-c32042430295
## explicit; go 1.20
github.com/gopacket/gopacket
github.com/gopacket/gopacket/layers
Expand Down Expand Up @@ -320,7 +320,7 @@ github.com/tklauser/go-sysconf
# github.com/tklauser/numcpus v0.6.1
## explicit; go 1.13
github.com/tklauser/numcpus
# github.com/x-way/pktdump v0.0.5 => github.com/mozillazg/pktdump v0.0.9-0.20240930140149-682051b53f64
# github.com/x-way/pktdump v0.0.5 => github.com/mozillazg/pktdump v0.0.9-0.20241002124615-e03da3440378
## explicit; go 1.19
github.com/x-way/pktdump
# github.com/yusufpapurcu/wmi v1.2.4
Expand Down Expand Up @@ -510,8 +510,8 @@ rsc.io/binaryregexp/syntax
# github.com/Microsoft/hcsshim/test => github.com/Microsoft/hcsshim/test v0.0.0-20210514012740-eba372547321
# github.com/containerd/containerd => github.com/containerd/containerd v1.4.13
# github.com/docker/docker => github.com/docker/docker v24.0.9+incompatible
# github.com/gopacket/gopacket => github.com/mozillazg/gopacket v0.0.0-20240930124105-2e5a32c1b751
# github.com/x-way/pktdump => github.com/mozillazg/pktdump v0.0.9-0.20240930140149-682051b53f64
# github.com/gopacket/gopacket => github.com/mozillazg/gopacket v0.0.0-20241002124513-c32042430295
# github.com/x-way/pktdump => github.com/mozillazg/pktdump v0.0.9-0.20241002124615-e03da3440378
# go.opencensus.io => go.opencensus.io v0.23.0
# go.opentelemetry.io/contrib => go.opentelemetry.io/contrib v0.20.0
# go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc => go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.20.0
Expand Down

0 comments on commit 9a1ac82

Please sign in to comment.