Skip to content

Commit

Permalink
fix(deps): update module github.com/gosnmp/gosnmp to v1.37.0 (open-te…
Browse files Browse the repository at this point in the history
…lemetry#29500)

[![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.36.1` -> `v1.37.0` |

---

> [!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.37.0`](https://togithub.com/gosnmp/gosnmp/releases/tag/v1.37.0)

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

#### What's Changed

- Make InitPacket and InitSecurityKeys public by
[@&open-telemetry#8203;upsampled](https://togithub.com/upsampled) in
[https://github.com/gosnmp/gosnmp/pull/447](https://togithub.com/gosnmp/gosnmp/pull/447)
- Refactor TrapListener's Close Method by
[@&open-telemetry#8203;TimRots](https://togithub.com/TimRots) in
[https://github.com/gosnmp/gosnmp/pull/449](https://togithub.com/gosnmp/gosnmp/pull/449)
- Allow RequestID to be shrunk if possible by
[@&open-telemetry#8203;upsampled](https://togithub.com/upsampled) in
[https://github.com/gosnmp/gosnmp/pull/451](https://togithub.com/gosnmp/gosnmp/pull/451)
- Add net-snmp validation testing by
[@&open-telemetry#8203;upsampled](https://togithub.com/upsampled) in
[https://github.com/gosnmp/gosnmp/pull/452](https://togithub.com/gosnmp/gosnmp/pull/452)
- Add fuzzing to CI by [@&open-telemetry#8203;SuperQ](https://togithub.com/SuperQ) in
[https://github.com/gosnmp/gosnmp/pull/444](https://togithub.com/gosnmp/gosnmp/pull/444)
- Allow global password cache to be turned off by
[@&open-telemetry#8203;upsampled](https://togithub.com/upsampled) in
[https://github.com/gosnmp/gosnmp/pull/454](https://togithub.com/gosnmp/gosnmp/pull/454)
- build(deps): bump github.com/google/go-cmp from 0.5.9 to 0.6.0 by
[@&open-telemetry#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/gosnmp/gosnmp/pull/455](https://togithub.com/gosnmp/gosnmp/pull/455)

#### New Contributors

- [@&open-telemetry#8203;upsampled](https://togithub.com/upsampled) made their first
contribution in
[https://github.com/gosnmp/gosnmp/pull/447](https://togithub.com/gosnmp/gosnmp/pull/447)

**Full Changelog**:
gosnmp/gosnmp@v1.36.1...v1.37.0

</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 edce001 commit 3e062c8
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.36.1 // indirect
github.com/gosnmp/gosnmp v1.37.0 // indirect
github.com/grafana/loki/pkg/push v0.0.0-20231120232741-658f4f1f2650 // 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 @@ -421,7 +421,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.36.1 // indirect
github.com/gosnmp/gosnmp v1.37.0 // indirect
github.com/grafana/loki/pkg/push v0.0.0-20231120232741-658f4f1f2650 // 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 @@ -401,7 +401,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.36.1 // indirect
github.com/gosnmp/gosnmp v1.37.0 // indirect
github.com/grafana/loki/pkg/push v0.0.0-20231120232741-658f4f1f2650 // 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.36.1
github.com/gosnmp/gosnmp v1.37.0
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 3e062c8

Please sign in to comment.