Skip to content

Commit bd1c0d0

Browse files
Bump github.com/gopacket/gopacket from 1.4.0 to 1.5.0 (#825)
Bumps [github.com/gopacket/gopacket](https://github.com/gopacket/gopacket) from 1.4.0 to 1.5.0. - [Release notes](https://github.com/gopacket/gopacket/releases) - [Commits](gopacket/gopacket@v1.4.0...v1.5.0) --- updated-dependencies: - dependency-name: github.com/gopacket/gopacket dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bd90404 commit bd1c0d0

File tree

19 files changed

+1136
-15
lines changed

19 files changed

+1136
-15
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/cilium/ebpf v0.19.0
88
github.com/fsnotify/fsnotify v1.9.0
99
github.com/gavv/monotime v0.0.0-20190418164738-30dba4353424
10-
github.com/gopacket/gopacket v1.4.0
10+
github.com/gopacket/gopacket v1.5.0
1111
github.com/mariomac/guara v0.0.0-20250408105519-1e4dbdfb7136
1212
github.com/mdlayher/ethernet v0.0.0-20220221185849-529eae5b6118
1313
github.com/netobserv/flowlogs-pipeline v1.9.2-community

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ github.com/googleapis/enterprise-certificate-proxy v0.3.6 h1:GW/XbdyBFQ8Qe+YAmFU
154154
github.com/googleapis/enterprise-certificate-proxy v0.3.6/go.mod h1:MkHOF77EYAE7qfSuSS9PU6g4Nt4e11cnsDUowfwewLA=
155155
github.com/googleapis/gax-go/v2 v2.14.1 h1:hb0FFeiPaQskmvakKu5EbCbpntQn48jyHuvrkurSS/Q=
156156
github.com/googleapis/gax-go/v2 v2.14.1/go.mod h1:Hb/NubMaVM88SrNkvl8X/o8XWwDJEPqouaLeN2IUxoA=
157-
github.com/gopacket/gopacket v1.4.0 h1:cr1OlFpzksCkZHNO0eLjaSSOrMQnpPXg0j6qHIY3y2U=
158-
github.com/gopacket/gopacket v1.4.0/go.mod h1:EpvsxINeehp5qj4YMKMLf2/dekdhKn2IIAO/ZOifS7o=
157+
github.com/gopacket/gopacket v1.5.0 h1:9s9fcSUVKFlRV97B77Bq9XNV3ly2gvvsneFMQUGjc+M=
158+
github.com/gopacket/gopacket v1.5.0/go.mod h1:i3NaGaqfoWKAr1+g7qxEdWsmfT+MXuWkAe9+THv8LME=
159159
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 h1:JeSE6pjso5THxAzdVpqr6/geYxZytqFMBCOtn/ujyeo=
160160
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674/go.mod h1:r4w70xmWCQKmi1ONH4KIaBptdivuRPyosB9RmPlGEwA=
161161
github.com/grafana/regexp v0.0.0-20240518133315-a468a5bfb3bc h1:GN2Lv3MGO7AS6PrRoT6yV5+wkrOpcszoIsO4+4ds248=

vendor/github.com/gopacket/gopacket/INDUSTRIAL_PROTOCOLS_PATCH.md

Lines changed: 97 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/README.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 108 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/ague_var1.go

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

0 commit comments

Comments
 (0)