[PR #83] [MERGED] fix(deps): bump go.uber.org/atomic from 1.8.0 to 1.9.0 #166

Closed
opened 2026-03-04 00:24:27 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/SignTools/SignTools/pull/83
Author: @dependabot[bot]
Created: 7/16/2021
Status: Merged
Merged: 8/2/2021
Merged by: @ViRb3

Base: masterHead: dependabot/go_modules/go.uber.org/atomic-1.9.0


📝 Commits (1)

  • 1b0a766 fix(deps): bump go.uber.org/atomic from 1.8.0 to 1.9.0

📊 Changes

2 files changed (+3 additions, -3 deletions)

View changed files

📝 go.mod (+1 -1)
📝 go.sum (+2 -2)

📄 Description

Bumps go.uber.org/atomic from 1.8.0 to 1.9.0.

Release notes

Sourced from go.uber.org/atomic's releases.

v1.9.0

Added

  • Add Float64.Swap to match int atomic operations.
  • Add atomic.Time type for atomic operations on time.Time values.
Changelog

Sourced from go.uber.org/atomic's changelog.

1.9.0 - 2021-07-15

Added

  • Add Float64.Swap to match int atomic operations.
  • Add atomic.Time type for atomic operations on time.Time values.
Commits

Dependabot compatibility score

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 commands and options

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 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/SignTools/SignTools/pull/83 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/16/2021 **Status:** ✅ Merged **Merged:** 8/2/2021 **Merged by:** [@ViRb3](https://github.com/ViRb3) **Base:** `master` ← **Head:** `dependabot/go_modules/go.uber.org/atomic-1.9.0` --- ### 📝 Commits (1) - [`1b0a766`](https://github.com/SignTools/SignTools/commit/1b0a766b07315f49696f4b42dcf919234592dbb4) fix(deps): bump go.uber.org/atomic from 1.8.0 to 1.9.0 ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+2 -2) </details> ### 📄 Description Bumps [go.uber.org/atomic](https://github.com/uber-go/atomic) from 1.8.0 to 1.9.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/uber-go/atomic/releases">go.uber.org/atomic's releases</a>.</em></p> <blockquote> <h2>v1.9.0</h2> <h3>Added</h3> <ul> <li>Add <code>Float64.Swap</code> to match int atomic operations.</li> <li>Add <code>atomic.Time</code> type for atomic operations on <code>time.Time</code> values.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/uber-go/atomic/blob/master/CHANGELOG.md">go.uber.org/atomic's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/uber-go/atomic/compare/v1.8.0...v1.9.0">1.9.0</a> - 2021-07-15</h2> <h3>Added</h3> <ul> <li>Add <code>Float64.Swap</code> to match int atomic operations.</li> <li>Add <code>atomic.Time</code> type for atomic operations on <code>time.Time</code> values.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/uber-go/atomic/commit/3504dfaa1fa414923b1c8693f45d2f6931daf229"><code>3504dfa</code></a> Release v1.9.0 (<a href="https://github-redirect.dependabot.com/uber-go/atomic/issues/101">#101</a>)</li> <li><a href="https://github.com/uber-go/atomic/commit/7f3beef9c0f6675f57c005ee117316967e0f7d6d"><code>7f3beef</code></a> Prepare release v1.9.0</li> <li><a href="https://github.com/uber-go/atomic/commit/b9b54c3ce2a32f00e1c6e93552158cc12423fa40"><code>b9b54c3</code></a> CHANGELOG: Move reference links to each section</li> <li><a href="https://github.com/uber-go/atomic/commit/997edd622fc16938d8b0f61ea691376cdd3504cb"><code>997edd6</code></a> uintptr test: Fix overflow on architectures with 32-bit pointers (<a href="https://github-redirect.dependabot.com/uber-go/atomic/issues/100">#100</a>)</li> <li><a href="https://github.com/uber-go/atomic/commit/557b938325dc924efd20cc1e09d41bc479b699d0"><code>557b938</code></a> Add atomic.Time (<a href="https://github-redirect.dependabot.com/uber-go/atomic/issues/98">#98</a>)</li> <li><a href="https://github.com/uber-go/atomic/commit/6a01446a631077a6de3a38098166d6e820e10a98"><code>6a01446</code></a> Fix lint error on float64_ext.go (<a href="https://github-redirect.dependabot.com/uber-go/atomic/issues/97">#97</a>)</li> <li><a href="https://github.com/uber-go/atomic/commit/d8a89721987081b44b3c90c5cdd3e2c6008c71ec"><code>d8a8972</code></a> Improve argument/return names for better docs (<a href="https://github-redirect.dependabot.com/uber-go/atomic/issues/96">#96</a>)</li> <li><a href="https://github.com/uber-go/atomic/commit/df5a5c3c089073be4709f37dad14be5e122e5e19"><code>df5a5c3</code></a> Add Swap for Float64 (<a href="https://github-redirect.dependabot.com/uber-go/atomic/issues/94">#94</a>)</li> <li><a href="https://github.com/uber-go/atomic/commit/38b6e7fa63dc2dab55e1279dfe98d59f26f1569c"><code>38b6e7f</code></a> Add note on Float64.CAS matching of NaN (<a href="https://github-redirect.dependabot.com/uber-go/atomic/issues/95">#95</a>)</li> <li>See full diff in <a href="https://github.com/uber-go/atomic/compare/v1.8.0...v1.9.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=go.uber.org/atomic&package-manager=go_modules&previous-version=1.8.0&new-version=1.9.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 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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 00:24:27 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/SignTools#166
No description provided.