Skip to content

Commit

Permalink
fix(deps): update module github.com/gosnmp/gosnmp to v1.36.1 (#29482)
Browse files Browse the repository at this point in the history
[![Mend Renovate logo
banner](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/gosnmp/gosnmp](https://togithub.com/gosnmp/gosnmp) |
require | minor | `v1.35.0` -> `v1.36.1` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>gosnmp/gosnmp (github.com/gosnmp/gosnmp)</summary>

###
[`v1.36.1`](https://togithub.com/gosnmp/gosnmp/blob/HEAD/CHANGELOG.md#v1361)

[Compare
Source](https://togithub.com/gosnmp/gosnmp/compare/v1.36.0...v1.36.1)

- \[BUGFIX] address panics, add tests, fuzzing
[#&#8203;443](https://togithub.com/gosnmp/gosnmp/issues/443)

###
[`v1.36.0`](https://togithub.com/gosnmp/gosnmp/blob/HEAD/CHANGELOG.md#v1360)

[Compare
Source](https://togithub.com/gosnmp/gosnmp/compare/v1.35.0...v1.36.0)

This release now requires Go 1.20 or higher.

- \[ENHANCEMENT] Allow sending v1 traps that have no varbinds
[#&#8203;426](https://togithub.com/gosnmp/gosnmp/issues/426)
- \[BUGFIX] Fix getBulk SnmpPacket MaxRepetitions value
[#&#8203;413](https://togithub.com/gosnmp/gosnmp/issues/413)
- \[BUGFIX] Refactor security logger
[#&#8203;422](https://togithub.com/gosnmp/gosnmp/issues/422)
- \[BUGFIX] Add privacy passphrase in extendKeyBlumenthal cacheKey call
[#&#8203;425](https://togithub.com/gosnmp/gosnmp/issues/425)
- \[BUGFIX] unmarshal: fix panic from reading beyond slice
[#&#8203;441](https://togithub.com/gosnmp/gosnmp/issues/441)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), 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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <[email protected]>
  • Loading branch information
renovate[bot] and opentelemetrybot authored Nov 24, 2023
1 parent 71ac2ac commit 00b2ad5
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion cmd/configschema/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ require (
github.com/gophercloud/gophercloud v1.7.0 // indirect
github.com/gorilla/mux v1.8.1 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/gosnmp/gosnmp v1.35.0 // indirect
github.com/gosnmp/gosnmp v1.36.1 // indirect
github.com/grafana/loki/pkg/push v0.0.0-20230321110627-5c3d204ebf5d // indirect
github.com/grafana/regexp v0.0.0-20221122212121-6b5c0a4cb7fd // indirect
github.com/grobie/gomemcache v0.0.0-20230213081705-239240bbc445 // indirect
Expand Down
4 changes: 2 additions & 2 deletions cmd/configschema/go.sum

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

2 changes: 1 addition & 1 deletion cmd/otelcontribcol/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ require (
github.com/gophercloud/gophercloud v1.7.0 // indirect
github.com/gorilla/mux v1.8.1 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/gosnmp/gosnmp v1.35.0 // indirect
github.com/gosnmp/gosnmp v1.36.1 // indirect
github.com/grafana/loki/pkg/push v0.0.0-20230321110627-5c3d204ebf5d // indirect
github.com/grafana/regexp v0.0.0-20221122212121-6b5c0a4cb7fd // indirect
github.com/grobie/gomemcache v0.0.0-20230213081705-239240bbc445 // indirect
Expand Down
4 changes: 2 additions & 2 deletions cmd/otelcontribcol/go.sum

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

2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ require (
github.com/gophercloud/gophercloud v1.7.0 // indirect
github.com/gorilla/mux v1.8.1 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/gosnmp/gosnmp v1.35.0 // indirect
github.com/gosnmp/gosnmp v1.36.1 // indirect
github.com/grafana/loki/pkg/push v0.0.0-20230321110627-5c3d204ebf5d // indirect
github.com/grafana/regexp v0.0.0-20221122212121-6b5c0a4cb7fd // indirect
github.com/grobie/gomemcache v0.0.0-20230213081705-239240bbc445 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum

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

2 changes: 1 addition & 1 deletion receiver/snmpreceiver/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/receiver/snmpre
go 1.20

require (
github.com/gosnmp/gosnmp v1.35.0
github.com/gosnmp/gosnmp v1.36.1
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/golden v0.89.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest v0.89.0
github.com/stretchr/testify v1.8.4
Expand Down
4 changes: 2 additions & 2 deletions receiver/snmpreceiver/go.sum

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

0 comments on commit 00b2ad5

Please sign in to comment.