Skip to content

Commit

Permalink
Bump github.com/Workiva/go-datastructures from 1.0.53 to 1.1.0 (grafa…
Browse files Browse the repository at this point in the history
…na#9886)

Bumps
[github.com/Workiva/go-datastructures](https://github.com/Workiva/go-datastructures)
from 1.0.53 to 1.1.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/Workiva/go-datastructures/releases">github.com/Workiva/go-datastructures's
releases</a>.</em></p>
<blockquote>
<h2>v1.1.0</h2>
<h2>Info</h2>
<p>Build: <a
href="https://ci.webfilings.com/build/4575457">https://ci.webfilings.com/build/4575457</a>
Skynet Results: <a
href="https://wf-skynet-hrd.appspot.com/apps/test/smithy/4575457/latest">https://wf-skynet-hrd.appspot.com/apps/test/smithy/4575457/latest</a>
Pipeline: No Pipeline
This <strong>minor</strong> release includes the following changes:</p>
<h2>Miscellaneous</h2>
<ul>
<li>[x] <a
href="https://redirect.github.com/Workiva/go-datastructures/issues/221">#221</a>
Add <code>GetSetBits</code> and <code>Count</code> to
<code>BitArray</code></li>
</ul>
<p>Notes created on Thursday, May 18 02:26 PM UTC</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Workiva/go-datastructures/commit/68e77ee215e1806dbac7aca0d6c31e7c8b7e8369"><code>68e77ee</code></a>
Merge pull request <a
href="https://redirect.github.com/Workiva/go-datastructures/issues/221">#221</a>
from Workiva/add-bitarray-getsetbits</li>
<li><a
href="https://github.com/Workiva/go-datastructures/commit/8f1c722b5c4c9f7d4a8e462e01a1530ea80f3c74"><code>8f1c722</code></a>
Clarify purpose of bit-clearing expression</li>
<li><a
href="https://github.com/Workiva/go-datastructures/commit/33a45f0b71441ba16d85c53b08d8ce1ad1164236"><code>33a45f0</code></a>
Return an empty slice from <code>GetSetBits</code> for
<code>nil</code>/empty buffers</li>
<li><a
href="https://github.com/Workiva/go-datastructures/commit/9c88543cfcc1f8cc5941d8155cc184f545bee2c5"><code>9c88543</code></a>
Make <code>BitArray.Count</code> return an <code>int</code></li>
<li><a
href="https://github.com/Workiva/go-datastructures/commit/e309fb35d01377c2b089390dfb3ab4680241b07b"><code>e309fb3</code></a>
Fix spacing for binary expression example</li>
<li><a
href="https://github.com/Workiva/go-datastructures/commit/64dafb748cfbccc0172c6cc27a26e1764711cee2"><code>64dafb7</code></a>
Implement <code>Count</code> for <code>bitArray</code> and
<code>sparseBitArray</code></li>
<li><a
href="https://github.com/Workiva/go-datastructures/commit/d95ee5d5faa36e27a3fa32ce142a81c3d771356d"><code>d95ee5d</code></a>
Define <code>BitArray.Count</code> and add test coverage</li>
<li><a
href="https://github.com/Workiva/go-datastructures/commit/9eab2dfceed2df1de05c19ed6e708e5bcd1ff34e"><code>9eab2df</code></a>
Implement <code>GetSetBits</code> for <code>bitArray</code> and
<code>sparseBitArray</code></li>
<li><a
href="https://github.com/Workiva/go-datastructures/commit/42ddd6d73a3829fb5140d3837789c288c0542add"><code>42ddd6d</code></a>
Add test coverage for <code>GetSetBits</code></li>
<li><a
href="https://github.com/Workiva/go-datastructures/commit/4a54802cc0968b2b9689776c78126d1e76a076a0"><code>4a54802</code></a>
Define <code>BitArray.GetSetBits</code></li>
<li>See full diff in <a
href="https://github.com/Workiva/go-datastructures/compare/v1.0.53...v1.1.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/Workiva/go-datastructures&package-manager=go_modules&previous-version=1.0.53&new-version=1.1.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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 10, 2023
1 parent 10e38b8 commit f986492
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ require (
github.com/Masterminds/sprig/v3 v3.2.3
github.com/NYTimes/gziphandler v1.1.1
github.com/Shopify/sarama v1.38.1
github.com/Workiva/go-datastructures v1.0.53
github.com/Workiva/go-datastructures v1.1.0
github.com/alicebob/miniredis/v2 v2.30.4
github.com/aliyun/aliyun-oss-go-sdk v2.2.7+incompatible
github.com/aws/aws-sdk-go v1.44.217
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -519,8 +519,8 @@ github.com/Shopify/toxiproxy v2.1.4+incompatible/go.mod h1:OXgGpZ6Cli1/URJOF1DMx
github.com/Shopify/toxiproxy/v2 v2.5.0 h1:i4LPT+qrSlKNtQf5QliVjdP08GyAH8+BUIc9gT0eahc=
github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6/go.mod h1:3eOhrUMpNV+6aFIbp5/iudMxNCF27Vw2OZgy4xEx0Fg=
github.com/VividCortex/gohistogram v1.0.0/go.mod h1:Pf5mBqqDxYaXu3hDrrU+w6nw50o/4+TcAqDqk/vUH7g=
github.com/Workiva/go-datastructures v1.0.53 h1:J6Y/52yX10Xc5JjXmGtWoSSxs3mZnGSaq37xZZh7Yig=
github.com/Workiva/go-datastructures v1.0.53/go.mod h1:1yZL+zfsztete+ePzZz/Zb1/t5BnDuE2Ya2MMGhzP6A=
github.com/Workiva/go-datastructures v1.1.0 h1:hu20UpgZneBhQ3ZvwiOGlqJSKIosin2Rd5wAKUHEO/k=
github.com/Workiva/go-datastructures v1.1.0/go.mod h1:1yZL+zfsztete+ePzZz/Zb1/t5BnDuE2Ya2MMGhzP6A=
github.com/abdullin/seq v0.0.0-20160510034733-d5467c17e7af/go.mod h1:5Jv4cbFiHJMsVxt52+i0Ha45fjshj6wxYr1r19tB9bw=
github.com/aerospike/aerospike-client-go v1.27.0/go.mod h1:zj8LBEnWBDOVEIJt8LvaRvDG5ARAoa5dBeHaB472NRc=
github.com/afex/hystrix-go v0.0.0-20180502004556-fa1af6a1f4f5/go.mod h1:SkGFH1ia65gfNATL8TAiHDNxPzPdmEL5uirI2Uyuz6c=
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ github.com/NYTimes/gziphandler
# github.com/Shopify/sarama v1.38.1
## explicit; go 1.17
github.com/Shopify/sarama
# github.com/Workiva/go-datastructures v1.0.53
# github.com/Workiva/go-datastructures v1.1.0
## explicit; go 1.15
github.com/Workiva/go-datastructures/rangetree
github.com/Workiva/go-datastructures/slice
Expand Down

0 comments on commit f986492

Please sign in to comment.