Skip to content

Commit

Permalink
Bump github.com/opentracing/opentracing-go from 1.1.0 to 1.2.0 (#74)
Browse files Browse the repository at this point in the history
Bumps
[github.com/opentracing/opentracing-go](https://github.com/opentracing/opentracing-go)
from 1.1.0 to 1.2.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/opentracing/opentracing-go/releases">github.com/opentracing/opentracing-go's
releases</a>.</em></p>
<blockquote>
<h2>Release 1.2.0</h2>
<ul>
<li>Use error.object per OpenTracing Semantic Conventions (<a
href="https://redirect.github.com/opentracing/opentracing-go/issues/179">#179</a>)
-- Rahman Syed</li>
<li>Convert nil pointer log field value to string &quot;nil&quot; (<a
href="https://redirect.github.com/opentracing/opentracing-go/issues/230">#230</a>)
-- Cyril Tovena</li>
<li>Add Go module support (<a
href="https://redirect.github.com/opentracing/opentracing-go/issues/215">#215</a>)
-- Zaba505</li>
<li>Make SetTag helper types in ext public (<a
href="https://redirect.github.com/opentracing/opentracing-go/issues/229">#229</a>)
-- Blake Edwards</li>
<li>Add log/fields helpers for keys from specification (<a
href="https://redirect.github.com/opentracing/opentracing-go/issues/226">#226</a>)
-- Dmitry Monakhov</li>
<li>Improve noop impementation (<a
href="https://redirect.github.com/opentracing/opentracing-go/issues/223">#223</a>)
-- chanxuehong</li>
<li>Add an extension to Tracer interface for custom go context creation
(<a
href="https://redirect.github.com/opentracing/opentracing-go/issues/220">#220</a>)
-- Krzesimir Nowak
<ul>
<li>Restore the ability to reset the current span in context to nil (<a
href="https://redirect.github.com/opentracing/opentracing-go/issues/231">#231</a>)
-- Yuri Shkuro</li>
</ul>
</li>
<li>Fix typo in comments (<a
href="https://redirect.github.com/opentracing/opentracing-go/issues/222">#222</a>)
-- meteorlxy</li>
<li>Improve documentation for log.Object() to emphasize the requirement
to pass immutable arguments (<a
href="https://redirect.github.com/opentracing/opentracing-go/issues/219">#219</a>)
-- 疯狂的小企鹅</li>
<li>[mock] Return ErrInvalidSpanContext if span context is not
MockSpanContext (<a
href="https://redirect.github.com/opentracing/opentracing-go/issues/216">#216</a>)
-- Milad Irannejad</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/opentracing/opentracing-go/blob/master/CHANGELOG.md">github.com/opentracing/opentracing-go's
changelog</a>.</em></p>
<blockquote>
<h2>1.2.0 (2020-07-01)</h2>
<ul>
<li>Restore the ability to reset the current span in context to nil (<a
href="https://redirect.github.com/opentracing/opentracing-go/issues/231">#231</a>)
-- Yuri Shkuro</li>
<li>Use error.object per OpenTracing Semantic Conventions (<a
href="https://redirect.github.com/opentracing/opentracing-go/issues/179">#179</a>)
-- Rahman Syed</li>
<li>Convert nil pointer log field value to string &quot;nil&quot; (<a
href="https://redirect.github.com/opentracing/opentracing-go/issues/230">#230</a>)
-- Cyril Tovena</li>
<li>Add Go module support (<a
href="https://redirect.github.com/opentracing/opentracing-go/issues/215">#215</a>)
-- Zaba505</li>
<li>Make SetTag helper types in ext public (<a
href="https://redirect.github.com/opentracing/opentracing-go/issues/229">#229</a>)
-- Blake Edwards</li>
<li>Add log/fields helpers for keys from specification (<a
href="https://redirect.github.com/opentracing/opentracing-go/issues/226">#226</a>)
-- Dmitry Monakhov</li>
<li>Improve noop impementation (<a
href="https://redirect.github.com/opentracing/opentracing-go/issues/223">#223</a>)
-- chanxuehong</li>
<li>Add an extension to Tracer interface for custom go context creation
(<a
href="https://redirect.github.com/opentracing/opentracing-go/issues/220">#220</a>)
-- Krzesimir Nowak</li>
<li>Fix typo in comments (<a
href="https://redirect.github.com/opentracing/opentracing-go/issues/222">#222</a>)
-- meteorlxy</li>
<li>Improve documentation for log.Object() to emphasize the requirement
to pass immutable arguments (<a
href="https://redirect.github.com/opentracing/opentracing-go/issues/219">#219</a>)
-- 疯狂的小企鹅</li>
<li>[mock] Return ErrInvalidSpanContext if span context is not
MockSpanContext (<a
href="https://redirect.github.com/opentracing/opentracing-go/issues/216">#216</a>)
-- Milad Irannejad</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/opentracing/opentracing-go/commit/d34af3eaa63c4d08ab54863a4bdd0daa45212e12"><code>d34af3e</code></a>
Prepare release 1.2.0</li>
<li><a
href="https://github.com/opentracing/opentracing-go/commit/0dc5613d404c82ba598be0286dbebe3d1b23ff16"><code>0dc5613</code></a>
Use Go 1.14 in go.mod (<a
href="https://redirect.github.com/opentracing/opentracing-go/issues/234">#234</a>)</li>
<li><a
href="https://github.com/opentracing/opentracing-go/commit/9b906502e23c426fb1483e9783e7f46b06d19940"><code>9b90650</code></a>
Restore the ability to reset the current span in context to nil (<a
href="https://redirect.github.com/opentracing/opentracing-go/issues/231">#231</a>)</li>
<li><a
href="https://github.com/opentracing/opentracing-go/commit/0dfafacef64a117a0eeb0fb25c8e3a6ee9ff4efa"><code>0dfafac</code></a>
OpenTracing Semantic Conventions uses error.object (<a
href="https://redirect.github.com/opentracing/opentracing-go/issues/179">#179</a>)</li>
<li><a
href="https://github.com/opentracing/opentracing-go/commit/2876d2018785fe398ec001a16fd15121b8780660"><code>2876d20</code></a>
Convert nil pointer log field value to string &quot;nil&quot; (<a
href="https://redirect.github.com/opentracing/opentracing-go/issues/230">#230</a>)</li>
<li><a
href="https://github.com/opentracing/opentracing-go/commit/cdf3382279beafd7ae931c1f9ea8e0a9b1b4bb60"><code>cdf3382</code></a>
Add Go module support (<a
href="https://redirect.github.com/opentracing/opentracing-go/issues/215">#215</a>)</li>
<li><a
href="https://github.com/opentracing/opentracing-go/commit/657cde1b36d1913fde8626bc73fc97c64728d94c"><code>657cde1</code></a>
Make SetTag helper types in ext public (<a
href="https://redirect.github.com/opentracing/opentracing-go/issues/229">#229</a>)</li>
<li><a
href="https://github.com/opentracing/opentracing-go/commit/17f6344bc92648eeeb74c0555e6a3275aee9e1df"><code>17f6344</code></a>
Add log/fields helpers for keys from specification (<a
href="https://redirect.github.com/opentracing/opentracing-go/issues/226">#226</a>)</li>
<li><a
href="https://github.com/opentracing/opentracing-go/commit/a7454ce5950e83caac9774ef32cc8979e5975f30"><code>a7454ce</code></a>
Improve noop impementation (<a
href="https://redirect.github.com/opentracing/opentracing-go/issues/223">#223</a>)</li>
<li><a
href="https://github.com/opentracing/opentracing-go/commit/16ba2b6308d7b6e6ae7fac01564589f540856c4d"><code>16ba2b6</code></a>
Add an extension to Tracer interface for custom go context creation (<a
href="https://redirect.github.com/opentracing/opentracing-go/issues/220">#220</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/opentracing/opentracing-go/compare/v1.1.0...v1.2.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/opentracing/opentracing-go&package-manager=go_modules&previous-version=1.1.0&new-version=1.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>
  • Loading branch information
xxl4 committed Dec 3, 2023
2 parents a9dddee + 6d19848 commit 074ba17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ require (
github.com/mssola/user_agent v0.6.0
github.com/nicelizhi/easy-admin-core v0.0.0-00010101000000-000000000000
github.com/nicelizhi/easy-admin-core/sdk v0.0.0-00010101000000-000000000000
github.com/opentracing/opentracing-go v1.1.0
github.com/opentracing/opentracing-go v1.2.0
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.17.0
github.com/qiniu/go-sdk/v7 v7.18.2
Expand Down

0 comments on commit 074ba17

Please sign in to comment.