Skip to content

Commit 327b08c

Browse files
🌱(deps): Bump github.com/transparency-dev/formats from 0.0.0-20230914071414-5732692f1e50 to 0.1.0 in the all-go-deps group (#371)
Bumps the all-go-deps group with 1 update: [github.com/transparency-dev/formats](https://github.com/transparency-dev/formats). Updates `github.com/transparency-dev/formats` from 0.0.0-20230914071414-5732692f1e50 to 0.1.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/transparency-dev/formats/releases">github.com/transparency-dev/formats's releases</a>.</em></p> <blockquote> <h2>v0.1.0</h2> <h2>What's Changed</h2> <ul> <li>Added link to GenerateKey and noted algorithm id is required by <a href="https://github.com/mhutchinson"><code>@​mhutchinson</code></a> in <a href="https://redirect.github.com/transparency-dev/formats/pull/1">transparency-dev/formats#1</a></li> <li>Added a section on checkpoint merging by <a href="https://github.com/mhutchinson"><code>@​mhutchinson</code></a> in <a href="https://redirect.github.com/transparency-dev/formats/pull/2">transparency-dev/formats#2</a></li> <li>Add CI test + coverage by <a href="https://github.com/AlCutter"><code>@​AlCutter</code></a> in <a href="https://redirect.github.com/transparency-dev/formats/pull/3">transparency-dev/formats#3</a></li> <li>Add CODEOWNERS with default team assignment by <a href="https://github.com/AlCutter"><code>@​AlCutter</code></a> in <a href="https://redirect.github.com/transparency-dev/formats/pull/4">transparency-dev/formats#4</a></li> <li>Added lint config and presubmit script by <a href="https://github.com/mhutchinson"><code>@​mhutchinson</code></a> in <a href="https://redirect.github.com/transparency-dev/formats/pull/5">transparency-dev/formats#5</a></li> <li>Format code according to go1.19rc2 by <a href="https://github.com/mhutchinson"><code>@​mhutchinson</code></a> in <a href="https://redirect.github.com/transparency-dev/formats/pull/6">transparency-dev/formats#6</a></li> <li>Create scorecards.yml by <a href="https://github.com/AlCutter"><code>@​AlCutter</code></a> in <a href="https://redirect.github.com/transparency-dev/formats/pull/7">transparency-dev/formats#7</a></li> <li>Create codeql.yml by <a href="https://github.com/AlCutter"><code>@​AlCutter</code></a> in <a href="https://redirect.github.com/transparency-dev/formats/pull/8">transparency-dev/formats#8</a></li> <li>Tighten action permissions by <a href="https://github.com/AlCutter"><code>@​AlCutter</code></a> in <a href="https://redirect.github.com/transparency-dev/formats/pull/9">transparency-dev/formats#9</a></li> <li>Add dependabot.yml by <a href="https://github.com/AlCutter"><code>@​AlCutter</code></a> in <a href="https://redirect.github.com/transparency-dev/formats/pull/10">transparency-dev/formats#10</a></li> <li>Pin GitHub actions to git hashes by <a href="https://github.com/AlCutter"><code>@​AlCutter</code></a> in <a href="https://redirect.github.com/transparency-dev/formats/pull/13">transparency-dev/formats#13</a></li> <li>Breaking change: Change the log ID function to also include the origin string by <a href="https://github.com/mhutchinson"><code>@​mhutchinson</code></a> in <a href="https://redirect.github.com/transparency-dev/formats/pull/15">transparency-dev/formats#15</a></li> <li>Enable all the linters by <a href="https://github.com/mhutchinson"><code>@​mhutchinson</code></a> in <a href="https://redirect.github.com/transparency-dev/formats/pull/20">transparency-dev/formats#20</a></li> <li>Update go version to minimum supported version by <a href="https://github.com/mhutchinson"><code>@​mhutchinson</code></a> in <a href="https://redirect.github.com/transparency-dev/formats/pull/21">transparency-dev/formats#21</a></li> <li>Update the docs on Origin string re <a href="https://redirect.github.com/transparency-dev/formats/issues/22">#22</a> by <a href="https://github.com/mhutchinson"><code>@​mhutchinson</code></a> in <a href="https://redirect.github.com/transparency-dev/formats/pull/23">transparency-dev/formats#23</a></li> <li>Update ecosystem -&gt; origin. by <a href="https://github.com/jiggoha"><code>@​jiggoha</code></a> in <a href="https://redirect.github.com/transparency-dev/formats/pull/24">transparency-dev/formats#24</a></li> <li>Update and rename scorecards.yml to scorecard.yml by <a href="https://github.com/AlCutter"><code>@​AlCutter</code></a> in <a href="https://redirect.github.com/transparency-dev/formats/pull/26">transparency-dev/formats#26</a></li> <li>Add dns_name recommendations for the Origin by <a href="https://github.com/phbnf"><code>@​phbnf</code></a> in <a href="https://redirect.github.com/transparency-dev/formats/pull/25">transparency-dev/formats#25</a></li> <li>Update log ID to not include the public key. by <a href="https://github.com/jiggoha"><code>@​jiggoha</code></a> in <a href="https://redirect.github.com/transparency-dev/formats/pull/27">transparency-dev/formats#27</a></li> <li>Added scorecard badge by <a href="https://github.com/mhutchinson"><code>@​mhutchinson</code></a> in <a href="https://redirect.github.com/transparency-dev/formats/pull/30">transparency-dev/formats#30</a></li> <li>Added scorecard token by <a href="https://github.com/mhutchinson"><code>@​mhutchinson</code></a> in <a href="https://redirect.github.com/transparency-dev/formats/pull/31">transparency-dev/formats#31</a></li> <li>Update linter action and version, and auto-update by <a href="https://github.com/mhutchinson"><code>@​mhutchinson</code></a> in <a href="https://redirect.github.com/transparency-dev/formats/pull/32">transparency-dev/formats#32</a></li> <li>Add a benchmark on signing/verifying by <a href="https://github.com/AlCutter"><code>@​AlCutter</code></a> in <a href="https://redirect.github.com/transparency-dev/formats/pull/43">transparency-dev/formats#43</a></li> <li>Group dependabot updates by ecosystem by <a href="https://github.com/AlCutter"><code>@​AlCutter</code></a> in <a href="https://redirect.github.com/transparency-dev/formats/pull/52">transparency-dev/formats#52</a></li> <li>Updated Slack channel details by <a href="https://github.com/mhutchinson"><code>@​mhutchinson</code></a> in <a href="https://redirect.github.com/transparency-dev/formats/pull/64">transparency-dev/formats#64</a></li> <li>Migrate signers by <a href="https://github.com/AlCutter"><code>@​AlCutter</code></a> in <a href="https://redirect.github.com/transparency-dev/formats/pull/66">transparency-dev/formats#66</a></li> <li>Add support for extracting CoSigV1 timestamps from signatures by <a href="https://github.com/AlCutter"><code>@​AlCutter</code></a> in <a href="https://redirect.github.com/transparency-dev/formats/pull/69">transparency-dev/formats#69</a></li> <li>Bump to go1.21 by <a href="https://github.com/AlCutter"><code>@​AlCutter</code></a> in <a href="https://redirect.github.com/transparency-dev/formats/pull/100">transparency-dev/formats#100</a></li> <li>Add support for verifying Sunlight checkpoints by <a href="https://github.com/AlCutter"><code>@​AlCutter</code></a> in <a href="https://redirect.github.com/transparency-dev/formats/pull/99">transparency-dev/formats#99</a></li> <li>Update dependabot weekly instead of daily by <a href="https://github.com/mhutchinson"><code>@​mhutchinson</code></a> in <a href="https://redirect.github.com/transparency-dev/formats/pull/131">transparency-dev/formats#131</a></li> <li>Drop dep on the certificate-transparency-go repo by <a href="https://github.com/AlCutter"><code>@​AlCutter</code></a> in <a href="https://redirect.github.com/transparency-dev/formats/pull/125">transparency-dev/formats#125</a></li> <li>Update token used for scorecard by <a href="https://github.com/mhutchinson"><code>@​mhutchinson</code></a> in <a href="https://redirect.github.com/transparency-dev/formats/pull/141">transparency-dev/formats#141</a></li> <li>Bump to go1.22 by <a href="https://github.com/AlCutter"><code>@​AlCutter</code></a> in <a href="https://redirect.github.com/transparency-dev/formats/pull/148">transparency-dev/formats#148</a></li> <li>Drop TLS dep entirely by <a href="https://github.com/AlCutter"><code>@​AlCutter</code></a> in <a href="https://redirect.github.com/transparency-dev/formats/pull/150">transparency-dev/formats#150</a></li> <li>Fix cosig timestamp endianness by <a href="https://github.com/AlCutter"><code>@​AlCutter</code></a> in <a href="https://redirect.github.com/transparency-dev/formats/pull/153">transparency-dev/formats#153</a></li> <li>Added test for sigsum ID by <a href="https://github.com/mhutchinson"><code>@​mhutchinson</code></a> in <a href="https://redirect.github.com/transparency-dev/formats/pull/157">transparency-dev/formats#157</a></li> <li>Fix typo by <a href="https://github.com/phbnf"><code>@​phbnf</code></a> in <a href="https://redirect.github.com/transparency-dev/formats/pull/163">transparency-dev/formats#163</a></li> <li>Bump go version from 1.22 to 1.23 by <a href="https://github.com/roger2hk"><code>@​roger2hk</code></a> in <a href="https://redirect.github.com/transparency-dev/formats/pull/179">transparency-dev/formats#179</a></li> <li>Bump golangci lint by <a href="https://github.com/AlCutter"><code>@​AlCutter</code></a> in <a href="https://redirect.github.com/transparency-dev/formats/pull/183">transparency-dev/formats#183</a></li> <li>Update slack invite link by <a href="https://github.com/taknira"><code>@​taknira</code></a> in <a href="https://redirect.github.com/transparency-dev/formats/pull/197">transparency-dev/formats#197</a></li> <li>Added function to generate vkey from skey by <a href="https://github.com/mhutchinson"><code>@​mhutchinson</code></a> in <a href="https://redirect.github.com/transparency-dev/formats/pull/199">transparency-dev/formats#199</a></li> <li>Fix failed scorecard analysis by <a href="https://github.com/roger2hk"><code>@​roger2hk</code></a> in <a href="https://redirect.github.com/transparency-dev/formats/pull/205">transparency-dev/formats#205</a></li> <li>Bump Go version in go test workflow by <a href="https://github.com/roger2hk"><code>@​roger2hk</code></a> in <a href="https://redirect.github.com/transparency-dev/formats/pull/206">transparency-dev/formats#206</a></li> <li>Add support for native CosignatureV1 (alg 0x04) verifier keys by <a href="https://github.com/AlCutter"><code>@​AlCutter</code></a> in <a href="https://redirect.github.com/transparency-dev/formats/pull/216">transparency-dev/formats#216</a></li> </ul> <h2>Deps</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/transparency-dev/formats/commits/v0.1.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/transparency-dev/formats&package-manager=go_modules&previous-version=0.0.0-20230914071414-5732692f1e50&new-version=0.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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3587511 commit 327b08c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/google/go-cmp v0.7.0
1010
github.com/hashicorp/golang-lru/v2 v2.0.7
1111
github.com/rivo/tview v0.42.0
12-
github.com/transparency-dev/formats v0.0.0-20230914071414-5732692f1e50
12+
github.com/transparency-dev/formats v0.1.0
1313
github.com/transparency-dev/merkle v0.0.2
1414
golang.org/x/mod v0.33.0
1515
golang.org/x/sync v0.19.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ github.com/rivo/tview v0.42.0 h1:b/ftp+RxtDsHSaynXTbJb+/n/BxDEi+W3UfF5jILK6c=
1414
github.com/rivo/tview v0.42.0/go.mod h1:cSfIYfhpSGCjp3r/ECJb+GKS7cGJnqV8vfjQPwoXyfY=
1515
github.com/rivo/uniseg v0.4.7 h1:WUdvkW8uEhrYfLC4ZzdpI2ztxP1I582+49Oc5Mq64VQ=
1616
github.com/rivo/uniseg v0.4.7/go.mod h1:FN3SvrM+Zdj16jyLfmOkMNblXMcoc8DfTHruCPUcx88=
17-
github.com/transparency-dev/formats v0.0.0-20230914071414-5732692f1e50 h1:FVMl+jA2NBlbUm5XjLJNMrSLqbA/SpeXhKoirj3MMwg=
18-
github.com/transparency-dev/formats v0.0.0-20230914071414-5732692f1e50/go.mod h1:J2NdDb6IhKIvF6MwCvKikz9/QStRylEtS2mv+En+jBg=
17+
github.com/transparency-dev/formats v0.1.0 h1:oL0zUFuYUjg8AbtjPMnIRDmjbaHo5jCjEWU5yaNuz0g=
18+
github.com/transparency-dev/formats v0.1.0/go.mod h1:d2FibUOHfCMdCe/+/rbKt1IPLBbPTDfwj46kt541/mU=
1919
github.com/transparency-dev/merkle v0.0.2 h1:Q9nBoQcZcgPamMkGn7ghV8XiTZ/kRxn1yCG81+twTK4=
2020
github.com/transparency-dev/merkle v0.0.2/go.mod h1:pqSy+OXefQ1EDUVmAJ8MUhHB9TXGuzVAT58PqBoHz1A=
2121
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=

0 commit comments

Comments
 (0)