1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-26 21:05:00 +02:00
opentelemetry-go/exporters/zipkin
renovate[bot] 37c1509e69
chore(deps): update github.com/timakin/bodyclose digest to adbc21e (#6045)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[github.com/timakin/bodyclose](https://redirect.github.com/timakin/bodyclose)
| indirect | digest | `5742072` -> `adbc21e` |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **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.

---

- [ ] <!-- 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/open-telemetry/opentelemetry-go).

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

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tyler Yahn <codingalias@gmail.com>
2024-12-18 08:03:40 -08:00
..
internal [chore]: enable int-conversion rule of perfsprint (#5964) 2024-11-14 19:17:37 +01:00
doc.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
env_test.go Add support for go 1.23 (#5720) 2024-08-21 09:37:56 +02:00
env.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
go.mod Release v1.33.0 (#6035) 2024-12-12 09:54:13 -08:00
go.sum chore(deps): update module go.opentelemetry.io/auto/sdk to v1.1.0 (#6025) 2024-12-05 12:57:07 -08:00
model_test.go Allow relying on InstrumentationScope in SpanStub and fix remaining deprecation issues (#5627) 2024-07-24 09:33:07 +02:00
model.go fix(deps): update module github.com/golangci/golangci-lint to v1.60.2 (#5711) 2024-08-23 08:07:25 -07:00
README.md Add READMEs to every package (#5103) 2024-03-26 20:13:54 +01:00
zipkin_test.go [chore]: enable len and empty rules from testifylint (#5832) 2024-09-21 08:04:28 -07:00
zipkin.go chore(deps): update github.com/timakin/bodyclose digest to adbc21e (#6045) 2024-12-18 08:03:40 -08:00

Zipkin Exporter

PkgGoDev