cunicu / gont

A Go testing framework for distributed applications
http://gont.cunicu.li/
Apache License 2.0
77 stars 5 forks source link

fix(deps): update module github.com/gopacket/gopacket to v1.3.0 #198

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/gopacket/gopacket v1.2.0 -> v1.3.0 age adoption passing confidence

Release Notes

gopacket/gopacket (github.com/gopacket/gopacket) ### [`v1.3.0`](https://redirect.github.com/gopacket/gopacket/releases/tag/v1.3.0) [Compare Source](https://redirect.github.com/gopacket/gopacket/compare/v1.2.0...v1.3.0) #### What's Changed - Bump actions/setup-go from 4 to 5 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/gopacket/gopacket/pull/39](https://redirect.github.com/gopacket/gopacket/pull/39) - allow tcp stream creation prevention by [@​noboruma](https://redirect.github.com/noboruma) in [https://github.com/gopacket/gopacket/pull/40](https://redirect.github.com/gopacket/gopacket/pull/40) - Remove fmt.Printf in tls_handshake by [@​paragor](https://redirect.github.com/paragor) in [https://github.com/gopacket/gopacket/pull/42](https://redirect.github.com/gopacket/gopacket/pull/42) - Add SerializeTo to IPv6Fragment by [@​Enrico204](https://redirect.github.com/Enrico204) in [https://github.com/gopacket/gopacket/pull/48](https://redirect.github.com/gopacket/gopacket/pull/48) - Fix RadioTap decoding panic by [@​mcoops](https://redirect.github.com/mcoops) in [https://github.com/gopacket/gopacket/pull/45](https://redirect.github.com/gopacket/gopacket/pull/45) - Fix BlockAck missing TA by [@​mcoops](https://redirect.github.com/mcoops) in [https://github.com/gopacket/gopacket/pull/50](https://redirect.github.com/gopacket/gopacket/pull/50) - Fix time type when build with \_TIME_BITS=64 on 32bit arch by [@​zhsj](https://redirect.github.com/zhsj) in [https://github.com/gopacket/gopacket/pull/52](https://redirect.github.com/gopacket/gopacket/pull/52) - feat: Support in-place GZIP reads for PCAPNG files by [@​wolveix](https://redirect.github.com/wolveix) in [https://github.com/gopacket/gopacket/pull/55](https://redirect.github.com/gopacket/gopacket/pull/55) - Bump golang.org/x/net from 0.21.0 to 0.23.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/gopacket/gopacket/pull/57](https://redirect.github.com/gopacket/gopacket/pull/57) - feat: add read support for Name Resolution Block by [@​raphaelcoeffic](https://redirect.github.com/raphaelcoeffic) in [https://github.com/gopacket/gopacket/pull/38](https://redirect.github.com/gopacket/gopacket/pull/38) - Using Content-Length to determine SIP message size by [@​thorsager](https://redirect.github.com/thorsager) in [https://github.com/gopacket/gopacket/pull/51](https://redirect.github.com/gopacket/gopacket/pull/51) - DNS SVCB and HTTPS resource records (RFC 9460). by [@​markkurossi](https://redirect.github.com/markkurossi) in [https://github.com/gopacket/gopacket/pull/62](https://redirect.github.com/gopacket/gopacket/pull/62) - Radiotap: Add HE (WiFi6) decoding by [@​florisch](https://redirect.github.com/florisch) in [https://github.com/gopacket/gopacket/pull/65](https://redirect.github.com/gopacket/gopacket/pull/65) - feat: add wifi6 IE and IE ExtId Element parsing to dot11 by [@​grutz](https://redirect.github.com/grutz) in [https://github.com/gopacket/gopacket/pull/53](https://redirect.github.com/gopacket/gopacket/pull/53) - Fixed typo in the documentation for NewNgReader by [@​njm64](https://redirect.github.com/njm64) in [https://github.com/gopacket/gopacket/pull/81](https://redirect.github.com/gopacket/gopacket/pull/81) - layers: Remove trailing whitespace for Server Failure string by [@​mqasimsarfraz](https://redirect.github.com/mqasimsarfraz) in [https://github.com/gopacket/gopacket/pull/82](https://redirect.github.com/gopacket/gopacket/pull/82) - Changing internal type of CSEQ and Content-Length by [@​thorsager](https://redirect.github.com/thorsager) in [https://github.com/gopacket/gopacket/pull/61](https://redirect.github.com/gopacket/gopacket/pull/61) #### New Contributors - [@​noboruma](https://redirect.github.com/noboruma) made their first contribution in [https://github.com/gopacket/gopacket/pull/40](https://redirect.github.com/gopacket/gopacket/pull/40) - [@​paragor](https://redirect.github.com/paragor) made their first contribution in [https://github.com/gopacket/gopacket/pull/42](https://redirect.github.com/gopacket/gopacket/pull/42) - [@​Enrico204](https://redirect.github.com/Enrico204) made their first contribution in [https://github.com/gopacket/gopacket/pull/48](https://redirect.github.com/gopacket/gopacket/pull/48) - [@​mcoops](https://redirect.github.com/mcoops) made their first contribution in [https://github.com/gopacket/gopacket/pull/45](https://redirect.github.com/gopacket/gopacket/pull/45) - [@​zhsj](https://redirect.github.com/zhsj) made their first contribution in [https://github.com/gopacket/gopacket/pull/52](https://redirect.github.com/gopacket/gopacket/pull/52) - [@​wolveix](https://redirect.github.com/wolveix) made their first contribution in [https://github.com/gopacket/gopacket/pull/55](https://redirect.github.com/gopacket/gopacket/pull/55) - [@​raphaelcoeffic](https://redirect.github.com/raphaelcoeffic) made their first contribution in [https://github.com/gopacket/gopacket/pull/38](https://redirect.github.com/gopacket/gopacket/pull/38) - [@​thorsager](https://redirect.github.com/thorsager) made their first contribution in [https://github.com/gopacket/gopacket/pull/51](https://redirect.github.com/gopacket/gopacket/pull/51) - [@​markkurossi](https://redirect.github.com/markkurossi) made their first contribution in [https://github.com/gopacket/gopacket/pull/62](https://redirect.github.com/gopacket/gopacket/pull/62) - [@​florisch](https://redirect.github.com/florisch) made their first contribution in [https://github.com/gopacket/gopacket/pull/65](https://redirect.github.com/gopacket/gopacket/pull/65) - [@​grutz](https://redirect.github.com/grutz) made their first contribution in [https://github.com/gopacket/gopacket/pull/53](https://redirect.github.com/gopacket/gopacket/pull/53) - [@​njm64](https://redirect.github.com/njm64) made their first contribution in [https://github.com/gopacket/gopacket/pull/81](https://redirect.github.com/gopacket/gopacket/pull/81) - [@​mqasimsarfraz](https://redirect.github.com/mqasimsarfraz) made their first contribution in [https://github.com/gopacket/gopacket/pull/82](https://redirect.github.com/gopacket/gopacket/pull/82) **Full Changelog**: https://github.com/gopacket/gopacket/compare/v1.2.0...v.1.3.0

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

â™» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.

renovate[bot] commented 1 month ago

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

Details:

Package Change
go 1.22.5 -> 1.23.0
codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 50.35%. Comparing base (564ad7a) to head (2717df0). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #198 +/- ## ======================================= Coverage 50.35% 50.35% ======================================= Files 68 68 Lines 3221 3221 ======================================= Hits 1622 1622 Misses 1373 1373 Partials 226 226 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.