Skip to content

Commit 2616d10

Browse files
renovate[bot]dd-octo-sts[bot]devflow.devflow-routing-intake
authored
Update module github.com/gosnmp/gosnmp to v1.43.2 (#52528)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Adoption](https://docs.renovatebot.com/merge-confidence/) | [Passing](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---|---|---| | [github.com/gosnmp/gosnmp](https://redirect.github.com/gosnmp/gosnmp) | `v1.38.0` → `v1.43.2` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgosnmp%2fgosnmp/v1.43.2?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fgosnmp%2fgosnmp/v1.43.2?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fgosnmp%2fgosnmp/v1.38.0/v1.43.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgosnmp%2fgosnmp/v1.38.0/v1.43.2?slim=true) | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/33469) for more information. --- ### Release Notes <details> <summary>gosnmp/gosnmp (github.com/gosnmp/gosnmp)</summary> ### [`v1.43.2`](https://redirect.github.com/gosnmp/gosnmp/releases/tag/v1.43.2) [Compare Source](https://redirect.github.com/gosnmp/gosnmp/compare/v1.43.1...v1.43.2) #### What's Changed - Fix panic in unmarshalVBL by [@&#8203;PavlNekrasov](https://redirect.github.com/PavlNekrasov) in [#&#8203;556](https://redirect.github.com/gosnmp/gosnmp/pull/556) - Update extended library modules by [@&#8203;SuperQ](https://redirect.github.com/SuperQ) in [#&#8203;557](https://redirect.github.com/gosnmp/gosnmp/pull/557) #### New Contributors - [@&#8203;PavlNekrasov](https://redirect.github.com/PavlNekrasov) made their first contribution in [#&#8203;556](https://redirect.github.com/gosnmp/gosnmp/pull/556) **Full Changelog**: <gosnmp/gosnmp@v1.43.1...v1.43.2> ### [`v1.43.1`](https://redirect.github.com/gosnmp/gosnmp/releases/tag/v1.43.1) [Compare Source](https://redirect.github.com/gosnmp/gosnmp/compare/v1.43.0...v1.43.1) #### What's Changed - Remove spurious mock file by [@&#8203;SuperQ](https://redirect.github.com/SuperQ) in [#&#8203;555](https://redirect.github.com/gosnmp/gosnmp/pull/555) **Full Changelog**: <gosnmp/gosnmp@v1.43.0...v1.43.1> ### [`v1.43.0`](https://redirect.github.com/gosnmp/gosnmp/releases/tag/v1.43.0) [Compare Source](https://redirect.github.com/gosnmp/gosnmp/compare/v1.42.1...v1.43.0) #### What's Changed - build(deps): bump github/codeql-action from 3.29.2 to 4.31.2 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;535](https://redirect.github.com/gosnmp/gosnmp/pull/535) - build(deps): bump actions/setup-go from 5.5.0 to 6.0.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;533](https://redirect.github.com/gosnmp/gosnmp/pull/533) - build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;530](https://redirect.github.com/gosnmp/gosnmp/pull/530) - build(deps): bump actions/checkout from 4.2.2 to 5.0.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;529](https://redirect.github.com/gosnmp/gosnmp/pull/529) - Update Go by [@&#8203;SuperQ](https://redirect.github.com/SuperQ) in [#&#8203;536](https://redirect.github.com/gosnmp/gosnmp/pull/536) - build(deps): bump actions/setup-go from 6.0.0 to 6.1.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;541](https://redirect.github.com/gosnmp/gosnmp/pull/541) - build(deps): bump golangci/golangci-lint-action from 8.0.0 to 9.1.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;538](https://redirect.github.com/gosnmp/gosnmp/pull/538) - build(deps): bump actions/checkout from 5.0.0 to 6.0.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;540](https://redirect.github.com/gosnmp/gosnmp/pull/540) - build(deps): bump github/codeql-action from 4.31.2 to 4.31.6 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;539](https://redirect.github.com/gosnmp/gosnmp/pull/539) - BER Length Parsing Fixes by [@&#8203;lukeod](https://redirect.github.com/lukeod) in [#&#8203;546](https://redirect.github.com/gosnmp/gosnmp/pull/546) - Update golangci-lint. by [@&#8203;SuperQ](https://redirect.github.com/SuperQ) in [#&#8203;549](https://redirect.github.com/gosnmp/gosnmp/pull/549) - OID parsing: enforce RFC 2578 sub-identifier limit, optimize string b… by [@&#8203;lukeod](https://redirect.github.com/lukeod) in [#&#8203;547](https://redirect.github.com/gosnmp/gosnmp/pull/547) - Refactor marshal functions with marshalTLV helper by [@&#8203;lukeod](https://redirect.github.com/lukeod) in [#&#8203;548](https://redirect.github.com/gosnmp/gosnmp/pull/548) - Marshal helpers - optimization: reduce allocations in OID, float, and length encoding by [@&#8203;lukeod](https://redirect.github.com/lukeod) in [#&#8203;550](https://redirect.github.com/gosnmp/gosnmp/pull/550) - build(deps): bump github/codeql-action from 4.31.7 to 4.31.9 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;553](https://redirect.github.com/gosnmp/gosnmp/pull/553) - Fix walk loop detection to catch decreasing OIDs by [@&#8203;lukeod](https://redirect.github.com/lukeod) in [#&#8203;551](https://redirect.github.com/gosnmp/gosnmp/pull/551) #### New Contributors - [@&#8203;lukeod](https://redirect.github.com/lukeod) made their first contribution in [#&#8203;546](https://redirect.github.com/gosnmp/gosnmp/pull/546) **Full Changelog**: <gosnmp/gosnmp@v1.42.1...v1.43.0> ### [`v1.42.1`](https://redirect.github.com/gosnmp/gosnmp/releases/tag/v1.42.1) [Compare Source](https://redirect.github.com/gosnmp/gosnmp/compare/v1.42.0...v1.42.1) #### What's Changed - build(deps): bump github/codeql-action from 3.28.19 to 3.29.2 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;514](https://redirect.github.com/gosnmp/gosnmp/pull/514) - Add Close method to interface with safe concurrent behavior by [@&#8203;TimRots](https://redirect.github.com/TimRots) in [#&#8203;520](https://redirect.github.com/gosnmp/gosnmp/pull/520) - Prevent panic during TCP EOF ([#&#8203;521](https://redirect.github.com/gosnmp/gosnmp/issues/521)) by [@&#8203;stepga](https://redirect.github.com/stepga) in [#&#8203;522](https://redirect.github.com/gosnmp/gosnmp/pull/522) - walk(): remove baseOid fallback, default to .1.3.6.1 by [@&#8203;TimRots](https://redirect.github.com/TimRots) in [#&#8203;524](https://redirect.github.com/gosnmp/gosnmp/pull/524) #### New Contributors - [@&#8203;stepga](https://redirect.github.com/stepga) made their first contribution in [#&#8203;522](https://redirect.github.com/gosnmp/gosnmp/pull/522) **Full Changelog**: <gosnmp/gosnmp@v1.42.0...v1.42.1> ### [`v1.42.0`](https://redirect.github.com/gosnmp/gosnmp/releases/tag/v1.42.0) [Compare Source](https://redirect.github.com/gosnmp/gosnmp/compare/v1.41.0...v1.42.0) #### What's Changed - fix: enhance marshalUint64 to trim leading zeros and ensure one byte by [@&#8203;wregen](https://redirect.github.com/wregen) in [#&#8203;513](https://redirect.github.com/gosnmp/gosnmp/pull/513) - marshalUint64: Add comments, error handling and tests by [@&#8203;TimRots](https://redirect.github.com/TimRots) in [#&#8203;515](https://redirect.github.com/gosnmp/gosnmp/pull/515) - Dockerfile: bump to go 1.22 and unbreak workflow by [@&#8203;TimRots](https://redirect.github.com/TimRots) in [#&#8203;516](https://redirect.github.com/gosnmp/gosnmp/pull/516) - Deprecate NonRepeaters by [@&#8203;TimRots](https://redirect.github.com/TimRots) in [#&#8203;519](https://redirect.github.com/gosnmp/gosnmp/pull/519) - Fix: Set the Reportable flag in trap.IsInform messages by [@&#8203;Naveenrajp26](https://redirect.github.com/Naveenrajp26) in [#&#8203;517](https://redirect.github.com/gosnmp/gosnmp/pull/517) #### New Contributors - [@&#8203;wregen](https://redirect.github.com/wregen) made their first contribution in [#&#8203;513](https://redirect.github.com/gosnmp/gosnmp/pull/513) - [@&#8203;Naveenrajp26](https://redirect.github.com/Naveenrajp26) made their first contribution in [#&#8203;517](https://redirect.github.com/gosnmp/gosnmp/pull/517) **Full Changelog**: <gosnmp/gosnmp@v1.41.0...v1.42.0> ### [`v1.41.0`](https://redirect.github.com/gosnmp/gosnmp/releases/tag/v1.41.0) [Compare Source](https://redirect.github.com/gosnmp/gosnmp/compare/v1.40.0...v1.41.0) #### What's Changed - Added (t \*TrapListener) WithBufferSize(i uint) \*TrapListener by [@&#8203;maniack](https://redirect.github.com/maniack) in [#&#8203;505](https://redirect.github.com/gosnmp/gosnmp/pull/505) - Update golangci-lint to v2 by [@&#8203;SuperQ](https://redirect.github.com/SuperQ) in [#&#8203;510](https://redirect.github.com/gosnmp/gosnmp/pull/510) - build(deps): bump github/codeql-action from 3.28.10 to 3.28.18 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;507](https://redirect.github.com/gosnmp/gosnmp/pull/507) - build(deps): bump actions/setup-go from 5.3.0 to 5.5.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;508](https://redirect.github.com/gosnmp/gosnmp/pull/508) #### New Contributors - [@&#8203;maniack](https://redirect.github.com/maniack) made their first contribution in [#&#8203;505](https://redirect.github.com/gosnmp/gosnmp/pull/505) **Full Changelog**: <gosnmp/gosnmp@v1.40.0...v1.41.0> ### [`v1.40.0`](https://redirect.github.com/gosnmp/gosnmp/releases/tag/v1.40.0) [Compare Source](https://redirect.github.com/gosnmp/gosnmp/compare/v1.39.0...v1.40.0) #### What's Changed - fix: Verify authentication independent of packet msg flags by [@&#8203;srebhan](https://redirect.github.com/srebhan) in [#&#8203;496](https://redirect.github.com/gosnmp/gosnmp/pull/496) #### New Contributors - [@&#8203;srebhan](https://redirect.github.com/srebhan) made their first contribution in [#&#8203;496](https://redirect.github.com/gosnmp/gosnmp/pull/496) **Full Changelog**: <gosnmp/gosnmp@v1.39.0...v1.40.0> ### [`v1.39.0`](https://redirect.github.com/gosnmp/gosnmp/releases/tag/v1.39.0) [Compare Source](https://redirect.github.com/gosnmp/gosnmp/compare/v1.38.0...v1.39.0) #### What's Changed - build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;482](https://redirect.github.com/gosnmp/gosnmp/pull/482) - Update build and testing by [@&#8203;SuperQ](https://redirect.github.com/SuperQ) in [#&#8203;491](https://redirect.github.com/gosnmp/gosnmp/pull/491) - build(deps): bump github.com/google/go-cmp from 0.6.0 to 0.7.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;490](https://redirect.github.com/gosnmp/gosnmp/pull/490) - build(deps): bump golangci/golangci-lint-action from 6.2.0 to 6.5.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;493](https://redirect.github.com/gosnmp/gosnmp/pull/493) - build(deps): bump github/codeql-action from 3.28.8 to 3.28.10 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;494](https://redirect.github.com/gosnmp/gosnmp/pull/494) **Full Changelog**: <gosnmp/gosnmp@v1.38.0...v1.39.0> </details> --- ### Configuration 📅 **Schedule**: (in timezone Europe/Paris) - Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday (`* 0-4,22-23 * * 1-5`) - Only on Sunday and Saturday (`* * * * 0,6`) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/DataDog/datadog-agent). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMzEuMSIsInVwZGF0ZWRJblZlciI6IjQzLjIzMS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJjaGFuZ2Vsb2cvbm8tY2hhbmdlbG9nIiwiZGVwZW5kZW5jaWVzIiwiZGVwZW5kZW5jaWVzLWdvIiwicWEvbm8tY29kZS1jaGFuZ2UiXX0=--> Co-authored-by: dd-octo-sts[bot] <200755185+dd-octo-sts[bot]@users.noreply.github.com> Co-authored-by: devflow.devflow-routing-intake <devflow.devflow-routing-intake@kubernetes.us1.ddbuild.io>
1 parent a6f3598 commit 2616d10

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ require (
248248
github.com/google/gopacket v1.1.19
249249
github.com/google/uuid v1.6.0
250250
github.com/gorilla/mux v1.8.1 // indirect
251-
github.com/gosnmp/gosnmp v1.38.0
251+
github.com/gosnmp/gosnmp v1.43.2
252252
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
253253
github.com/h2non/filetype v1.1.3
254254
github.com/hashicorp/consul/api v1.34.3

go.sum

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

0 commit comments

Comments
 (0)