Skip to content

Commit 14cb276

Browse files
Bump github.com/gopacket/gopacket (#353)
Bumps [github.com/gopacket/gopacket](https://github.com/gopacket/gopacket) from 1.3.2-0.20250513021322-b23ac340366c to 1.4.0. - [Release notes](https://github.com/gopacket/gopacket/releases) - [Commits](https://github.com/gopacket/gopacket/commits/v1.4.0) --- updated-dependencies: - dependency-name: github.com/gopacket/gopacket dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6a4f32e commit 14cb276

File tree

7 files changed

+91
-27
lines changed

7 files changed

+91
-27
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ toolchain go1.24.4
66

77
require (
88
github.com/gdamore/tcell/v2 v2.7.1
9-
github.com/gopacket/gopacket v1.3.2-0.20250513021322-b23ac340366c
9+
github.com/gopacket/gopacket v1.4.0
1010
github.com/jpillora/sizestr v1.0.0
1111
github.com/mattn/go-sqlite3 v1.14.32
1212
github.com/netobserv/flowlogs-pipeline v1.9.1-community

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ github.com/google/pprof v0.0.0-20250423184734-337e5dd93bb4 h1:gD0vax+4I+mAj+jECh
7171
github.com/google/pprof v0.0.0-20250423184734-337e5dd93bb4/go.mod h1:5hDyRhoBCxViHszMt12TnOpEI4VVi+U8Gm9iphldiMA=
7272
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
7373
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
74-
github.com/gopacket/gopacket v1.3.2-0.20250513021322-b23ac340366c h1:8f3IKyIbp1D5VM0g/LGuHFyMzcCcr5FOyp9VmQniWWk=
75-
github.com/gopacket/gopacket v1.3.2-0.20250513021322-b23ac340366c/go.mod h1:EpvsxINeehp5qj4YMKMLf2/dekdhKn2IIAO/ZOifS7o=
74+
github.com/gopacket/gopacket v1.4.0 h1:cr1OlFpzksCkZHNO0eLjaSSOrMQnpPXg0j6qHIY3y2U=
75+
github.com/gopacket/gopacket v1.4.0/go.mod h1:EpvsxINeehp5qj4YMKMLf2/dekdhKn2IIAO/ZOifS7o=
7676
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 h1:JeSE6pjso5THxAzdVpqr6/geYxZytqFMBCOtn/ujyeo=
7777
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674/go.mod h1:r4w70xmWCQKmi1ONH4KIaBptdivuRPyosB9RmPlGEwA=
7878
github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8=

vendor/github.com/gopacket/gopacket/layers/ip4.go

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/gopacket/gopacket/layers/ip6.go

Lines changed: 22 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/gopacket/gopacket/layers/ipsec.go

Lines changed: 54 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/gopacket/gopacket/packet.go

Lines changed: 8 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ github.com/google/pprof/profile
110110
# github.com/google/uuid v1.6.0
111111
## explicit
112112
github.com/google/uuid
113-
# github.com/gopacket/gopacket v1.3.2-0.20250513021322-b23ac340366c
113+
# github.com/gopacket/gopacket v1.4.0
114114
## explicit; go 1.23.0
115115
github.com/gopacket/gopacket
116116
github.com/gopacket/gopacket/endian

0 commit comments

Comments
 (0)