Skip to content

Commit

Permalink
Bump the go-modules group with 7 updates (#46)
Browse files Browse the repository at this point in the history
Bumps the go-modules group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [golang.org/x/crypto](https://github.com/golang/crypto) | `0.27.0` |
`0.28.0` |
| [golang.org/x/term](https://github.com/golang/term) | `0.24.0` |
`0.25.0` |
| [golang.org/x/time](https://github.com/golang/time) | `0.6.0` |
`0.7.0` |
|
[github.com/ProtonMail/go-crypto](https://github.com/ProtonMail/go-crypto)
| `1.1.0-alpha.5-proton` | `1.1.0-beta.0-proton` |
| [golang.org/x/net](https://github.com/golang/net) | `0.29.0` |
`0.30.0` |
| [golang.org/x/sys](https://github.com/golang/sys) | `0.25.0` |
`0.26.0` |
| [golang.org/x/text](https://github.com/golang/text) | `0.18.0` |
`0.19.0` |

Updates `golang.org/x/crypto` from 0.27.0 to 0.28.0
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/golang/crypto/commit/adef4cc1a8c2ca4da1b1f4e6c976b59ca22dbfb8"><code>adef4cc</code></a>
go.mod: update golang.org/x dependencies</li>
<li><a
href="https://github.com/golang/crypto/commit/a0819fbb0244af70857f03b6984e1d4f93e6cabf"><code>a0819fb</code></a>
sha3: fix cSHAKE initialization for extremely large N and or S</li>
<li><a
href="https://github.com/golang/crypto/commit/42ee18b963777d907bbef3e59665cf80968d57e6"><code>42ee18b</code></a>
ssh: return ServerAuthError after too many auth failures</li>
<li><a
href="https://github.com/golang/crypto/commit/9e92970a1eb41e446822e037016aa89d24c0ce7a"><code>9e92970</code></a>
bn256: add missing symbols in comment</li>
<li>See full diff in <a
href="https://github.com/golang/crypto/compare/v0.27.0...v0.28.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `golang.org/x/term` from 0.24.0 to 0.25.0
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/golang/term/commit/9d5441ab55ca2ec4afd8611a45a4bb5c5a957d32"><code>9d5441a</code></a>
go.mod: update golang.org/x dependencies</li>
<li>See full diff in <a
href="https://github.com/golang/term/compare/v0.24.0...v0.25.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `golang.org/x/time` from 0.6.0 to 0.7.0
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/golang/time/commit/772484ea383fac83b7da05684a96ae628b251bcd"><code>772484e</code></a>
x/time/rate: correctly handle 0 limits</li>
<li>See full diff in <a
href="https://github.com/golang/time/compare/v0.6.0...v0.7.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `github.com/ProtonMail/go-crypto` from 1.1.0-alpha.5-proton to
1.1.0-beta.0-proton
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/ProtonMail/go-crypto/releases">github.com/ProtonMail/go-crypto's
releases</a>.</em></p>
<blockquote>
<h2>v1.1.0-beta.0-proton</h2>
<p>This pre-release is v1.1.0-beta.0 with support for symmetric keys and
automatic forwarding, both of which are not standardized yet.</p>
<h2>v1.1.0-beta.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Allow Salted S2K for high-entropy passphrases by <a
href="https://github.com/twiss"><code>@​twiss</code></a> in <a
href="https://redirect.github.com/ProtonMail/go-crypto/pull/219">ProtonMail/go-crypto#219</a></li>
<li>fix data race in getEd25519Sk by <a
href="https://github.com/DmitriyMV"><code>@​DmitriyMV</code></a> in <a
href="https://redirect.github.com/ProtonMail/go-crypto/pull/220">ProtonMail/go-crypto#220</a></li>
<li>Add back crypto.Signer support for ECDSA signing keys. by <a
href="https://github.com/doryiii"><code>@​doryiii</code></a> in <a
href="https://redirect.github.com/ProtonMail/go-crypto/pull/227">ProtonMail/go-crypto#227</a></li>
<li>Add support for keyserver preferences and preferred keyserver
(closes <a
href="https://redirect.github.com/ProtonMail/go-crypto/issues/206">#206</a>)
by <a
href="https://github.com/andrewgdotcom"><code>@​andrewgdotcom</code></a>
in <a
href="https://redirect.github.com/ProtonMail/go-crypto/pull/232">ProtonMail/go-crypto#232</a></li>
<li>Fix ECDH using v6 keys by <a
href="https://github.com/twiss"><code>@​twiss</code></a> in <a
href="https://redirect.github.com/ProtonMail/go-crypto/pull/233">ProtonMail/go-crypto#233</a></li>
<li>No v6 ECC keys with legacy OIDs by <a
href="https://github.com/lubux"><code>@​lubux</code></a> in <a
href="https://redirect.github.com/ProtonMail/go-crypto/pull/234">ProtonMail/go-crypto#234</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/ProtonMail/go-crypto/compare/v1.1.0-alpha.5...v1.1.0-beta.0">https://github.com/ProtonMail/go-crypto/compare/v1.1.0-alpha.5...v1.1.0-beta.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/ProtonMail/go-crypto/commit/b04e354c4bbb9562ccf0056ca1f00a2d1510c1df"><code>b04e354</code></a>
Fix HMAC generation (<a
href="https://redirect.github.com/ProtonMail/go-crypto/issues/204">#204</a>)</li>
<li><a
href="https://github.com/ProtonMail/go-crypto/commit/85bc845effd3bbf13982728d0cbbf3eabbc3470b"><code>85bc845</code></a>
Replace ioutil.ReadAll with io.ReadAll</li>
<li><a
href="https://github.com/ProtonMail/go-crypto/commit/5f49c73febb104213fb2b84906d1c7d0d8a2f547"><code>5f49c73</code></a>
fix(v2): Adapt NewForwardingEntity to refactored NewEntity</li>
<li><a
href="https://github.com/ProtonMail/go-crypto/commit/9aa010ac90364ddc6b5a2a8fa4b63d39af7064b2"><code>9aa010a</code></a>
fix(v2): Do not allow encrpytion with a forwarding key</li>
<li><a
href="https://github.com/ProtonMail/go-crypto/commit/91c2e9ea977b85f9df249d0e41a528eb16d8da8f"><code>91c2e9e</code></a>
feat: Add symmetric keys to v2</li>
<li><a
href="https://github.com/ProtonMail/go-crypto/commit/3f6d02a4c11f43864892b7b28d372fea30ab71eb"><code>3f6d02a</code></a>
fix: Address warnings</li>
<li><a
href="https://github.com/ProtonMail/go-crypto/commit/da0a0cfd6492b29d28a34aa8b277eb2d66c4148c"><code>da0a0cf</code></a>
feat: Add forwarding to v2 api</li>
<li><a
href="https://github.com/ProtonMail/go-crypto/commit/0e6a359585d71e74007029d5d7ada829fa3de583"><code>0e6a359</code></a>
fix: Address rebase on version 2 issues</li>
<li><a
href="https://github.com/ProtonMail/go-crypto/commit/c602a742e26cc091b51766ad1f2d482b5c077953"><code>c602a74</code></a>
Use fingerprints instead of KeyIDs</li>
<li><a
href="https://github.com/ProtonMail/go-crypto/commit/348b81dfe730128505567eb246605e3725e5c56d"><code>348b81d</code></a>
Create a copy of the encrypted key when forwarding</li>
<li>Additional commits viewable in <a
href="https://github.com/ProtonMail/go-crypto/compare/v1.1.0-alpha.5-proton...v1.1.0-beta.0-proton">compare
view</a></li>
</ul>
</details>
<br />

Updates `golang.org/x/net` from 0.29.0 to 0.30.0
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/golang/net/commit/6cc5ac4e9a03d73b331eb1d6db98a02e558243b7"><code>6cc5ac4</code></a>
go.mod: update golang.org/x dependencies</li>
<li><a
href="https://github.com/golang/net/commit/f88258d67e0f0f144c79964ca05bb81d51ee8411"><code>f88258d</code></a>
websocket: update nhooyr.io/websocket to github.com/coder/websocket</li>
<li><a
href="https://github.com/golang/net/commit/7191757bc637cf79a7ece0546e33f903bf5e9709"><code>7191757</code></a>
http2: add support for net/http HTTP2 config field</li>
<li><a
href="https://github.com/golang/net/commit/4790dc7047441aed4889873cdd30e1e6adf49735"><code>4790dc7</code></a>
http2: add support for server-originated pings</li>
<li><a
href="https://github.com/golang/net/commit/541dbe58b6bc869fc1c7de361846682a34365325"><code>541dbe5</code></a>
http2: add Server.WriteByteTimeout</li>
<li><a
href="https://github.com/golang/net/commit/3c333c0c5288a7cf127e427ddda5b1b54020a2b4"><code>3c333c0</code></a>
route: fix address parsing of messages on Darwin</li>
<li>See full diff in <a
href="https://github.com/golang/net/compare/v0.29.0...v0.30.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `golang.org/x/sys` from 0.25.0 to 0.26.0
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/golang/sys/commit/23b0dabe630b463b28ffc2871505befb3c5d3b4b"><code>23b0dab</code></a>
unix: mark vgetrandom as non-escaping</li>
<li><a
href="https://github.com/golang/sys/commit/cbf0eb65e7bacca61a408b25429879f49c878a0b"><code>cbf0eb6</code></a>
unix: fix grep syntax to work on non-GNU greps</li>
<li><a
href="https://github.com/golang/sys/commit/e7397b9a65e3b9b49ff8a63a5156bbfe90df8786"><code>e7397b9</code></a>
unix: update to Linux 6.11</li>
<li><a
href="https://github.com/golang/sys/commit/981de40f5c9d8dc49087c2d351624288ee17b34c"><code>981de40</code></a>
unix: use vDSO for getrandom() on linux</li>
<li><a
href="https://github.com/golang/sys/commit/48aad76ed3ac439edae50adb78dbdbc46080878a"><code>48aad76</code></a>
linux: add tcp_cc_info and its related types</li>
<li><a
href="https://github.com/golang/sys/commit/d58f986c8984f0fb072181b6c10da9a2d4f9287f"><code>d58f986</code></a>
all: fix some typos in comment</li>
<li><a
href="https://github.com/golang/sys/commit/30de3524c2229f51e499858e9201cbcd8b9c2b80"><code>30de352</code></a>
unix: fix Test{Fd,}Xattr failure on NetBSD</li>
<li><a
href="https://github.com/golang/sys/commit/68ed59b20bf0e0fefc232c3eb288c90c95732b3d"><code>68ed59b</code></a>
windows/svc: fix printf(var) mistake detected by latest printf
checker</li>
<li><a
href="https://github.com/golang/sys/commit/c08bc6e187fc8d4d07c5eae96ac4a8ba6a326abb"><code>c08bc6e</code></a>
unix: update Go to 1.23.0</li>
<li>See full diff in <a
href="https://github.com/golang/sys/compare/v0.25.0...v0.26.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `golang.org/x/text` from 0.18.0 to 0.19.0
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/golang/text/commit/3043346206dbc748052ef6e130f428f895cd3760"><code>3043346</code></a>
x/text: Correct examples in number/doc</li>
<li><a
href="https://github.com/golang/text/commit/38a95c2d4a4bd3b96a28705c9a2d47874067ec6d"><code>38a95c2</code></a>
all: fix some comments</li>
<li><a
href="https://github.com/golang/text/commit/20097e45e63022c5480dea7ccb3db8712288b828"><code>20097e4</code></a>
all: fix printf(var) mistakes detected by latest printf checker</li>
<li>See full diff in <a
href="https://github.com/golang/text/compare/v0.18.0...v0.19.0">compare
view</a></li>
</ul>
</details>
<br />


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 <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>
  • Loading branch information
llugin authored Oct 7, 2024
2 parents 253c37d + e15d87d commit 24a0b67
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
14 changes: 7 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ require (
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1
github.com/stretchr/testify v1.9.0
go.etcd.io/bbolt v1.3.11
golang.org/x/crypto v0.27.0
golang.org/x/term v0.24.0
golang.org/x/time v0.6.0
golang.org/x/crypto v0.28.0
golang.org/x/term v0.25.0
golang.org/x/time v0.7.0
)

require (
github.com/ProtonMail/go-crypto v1.1.0-alpha.5-proton // indirect
github.com/ProtonMail/go-crypto v1.1.0-beta.0-proton // indirect
github.com/ProtonMail/go-mime v0.0.0-20230322103455-7d82a3887f2f // indirect
github.com/andybalholm/cascadia v1.3.2 // indirect
github.com/cloudflare/circl v1.4.0 // indirect
Expand All @@ -30,8 +30,8 @@ require (
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rogpeppe/go-internal v1.13.1 // indirect
github.com/shopspring/decimal v1.4.0 // indirect
golang.org/x/net v0.29.0 // indirect
golang.org/x/sys v0.25.0 // indirect
golang.org/x/text v0.18.0 // indirect
golang.org/x/net v0.30.0 // indirect
golang.org/x/sys v0.26.0 // indirect
golang.org/x/text v0.19.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
28 changes: 14 additions & 14 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ github.com/Intevation/gval v1.3.0/go.mod h1:xmGyGpP5be12EL0P12h+dqiYG8qn2j3PJxIg
github.com/Intevation/jsonpath v0.2.1 h1:rINNQJ0Pts5XTFEG+zamtdL7l9uuE1z0FBA+r55Sw+A=
github.com/Intevation/jsonpath v0.2.1/go.mod h1:WnZ8weMmwAx/fAO3SutjYFU+v7DFreNYnibV7CiaYIw=
github.com/ProtonMail/go-crypto v0.0.0-20230717121422-5aa5874ade95/go.mod h1:EjAoLdwvbIOoOQr3ihjnSoLZRtE8azugULFRteWMNc0=
github.com/ProtonMail/go-crypto v1.1.0-alpha.5-proton h1:KVBEgU3CJpmzLChnLiSuEyCuhGhcMt3eOST+7A+ckto=
github.com/ProtonMail/go-crypto v1.1.0-alpha.5-proton/go.mod h1:rA3QumHc/FZ8pAHreoekgiAbzpNsfQAosU5td4SnOrE=
github.com/ProtonMail/go-crypto v1.1.0-beta.0-proton h1:ZGewsAoeSirbUS5cO8L0FMQA+iSop9xR1nmFYifDBPo=
github.com/ProtonMail/go-crypto v1.1.0-beta.0-proton/go.mod h1:rA3QumHc/FZ8pAHreoekgiAbzpNsfQAosU5td4SnOrE=
github.com/ProtonMail/go-mime v0.0.0-20230322103455-7d82a3887f2f h1:tCbYj7/299ekTTXpdwKYF8eBlsYsDVoggDAuAjoK66k=
github.com/ProtonMail/go-mime v0.0.0-20230322103455-7d82a3887f2f/go.mod h1:gcr0kNtGBqin9zDW9GOHcVntrwnjrK+qdJ06mWYBybw=
github.com/ProtonMail/gopenpgp/v2 v2.7.5 h1:STOY3vgES59gNgoOt2w0nyHBjKViB/qSg7NjbQWPJkA=
Expand Down Expand Up @@ -57,8 +57,8 @@ golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACk
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=
golang.org/x/crypto v0.3.1-0.20221117191849-2c476679df9a/go.mod h1:hebNnKkNXi2UzZN1eVRvBB7co0a+JxK6XbPiWVs/3J4=
golang.org/x/crypto v0.7.0/go.mod h1:pYwdfH91IfpZVANVyUOhSIPZaFoJGxTFbZhFTx+dXZU=
golang.org/x/crypto v0.27.0 h1:GXm2NjJrPaiv/h1tb2UH8QfgC/hOf/+z0p6PT8o1w7A=
golang.org/x/crypto v0.27.0/go.mod h1:1Xngt8kV6Dvbssa53Ziq6Eqn0HqbZi5Z6R0ZpwQzt70=
golang.org/x/crypto v0.28.0 h1:GBDwsMXVQi34v5CCYUm2jkJvu4cbtru2U4TN2PSyQnw=
golang.org/x/crypto v0.28.0/go.mod h1:rmgy+3RHxRZMyY0jjAJShp2zgEdOqj2AO7U0pYmeQ7U=
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4=
golang.org/x/mod v0.8.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs=
golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
Expand All @@ -68,8 +68,8 @@ golang.org/x/net v0.2.0/go.mod h1:KqCZLdyyvdV855qA2rE3GC2aiw5xGR5TEjj8smXukLY=
golang.org/x/net v0.6.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs=
golang.org/x/net v0.8.0/go.mod h1:QVkue5JL9kW//ek3r6jTKnTFis1tRmNAW2P1shuFdJc=
golang.org/x/net v0.9.0/go.mod h1:d48xBJpPfHeWQsugry2m+kC02ZBRGRgulfHnEXEuWns=
golang.org/x/net v0.29.0 h1:5ORfpBpCs4HzDYoodCDBbwHzdR5UrLBZ3sOnUJmFoHo=
golang.org/x/net v0.29.0/go.mod h1:gLkgy8jTGERgjzMic6DS9+SP0ajcu6Xu3Orq/SpETg0=
golang.org/x/net v0.30.0 h1:AcW1SDZMkb8IpzCdQUaIq2sP4sZ4zw+55h6ynffypl4=
golang.org/x/net v0.30.0/go.mod h1:2wGyMJ5iFasEhkwi13ChkO/t1ECNC4X4eBKkVFyYFlU=
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
Expand All @@ -85,27 +85,27 @@ golang.org/x/sys v0.3.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.7.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.25.0 h1:r+8e+loiHxRqhXVl6ML1nO3l1+oFoWbnlu2Ehimmi34=
golang.org/x/sys v0.25.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/sys v0.26.0 h1:KHjCJyddX0LoSTb3J+vWpupP9p0oznkqVk/IfjymZbo=
golang.org/x/sys v0.26.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=
golang.org/x/term v0.2.0/go.mod h1:TVmDHMZPmdnySmBfhjOoOdhjzdE1h4u1VwSiw2l1Nuc=
golang.org/x/term v0.5.0/go.mod h1:jMB1sMXY+tzblOD4FWmEbocvup2/aLOaQEp7JmGp78k=
golang.org/x/term v0.6.0/go.mod h1:m6U89DPEgQRMq3DNkDClhWw02AUbt2daBVO4cn4Hv9U=
golang.org/x/term v0.7.0/go.mod h1:P32HKFT3hSsZrRxla30E9HqToFYAQPCMs/zFMBUFqPY=
golang.org/x/term v0.24.0 h1:Mh5cbb+Zk2hqqXNO7S1iTjEphVL+jb8ZWaqh/g+JWkM=
golang.org/x/term v0.24.0/go.mod h1:lOBK/LVxemqiMij05LGJ0tzNr8xlmwBRJ81PX6wVLH8=
golang.org/x/term v0.25.0 h1:WtHI/ltw4NvSUig5KARz9h521QvRC8RmF/cuYqifU24=
golang.org/x/term v0.25.0/go.mod h1:RPyXicDX+6vLxogjjRxjgD2TKtmAO6NZBsBRfrOLu7M=
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ=
golang.org/x/text v0.4.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8=
golang.org/x/text v0.7.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8=
golang.org/x/text v0.8.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8=
golang.org/x/text v0.9.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8=
golang.org/x/text v0.18.0 h1:XvMDiNzPAl0jr17s6W9lcaIhGUfUORdGCNsuLmPG224=
golang.org/x/text v0.18.0/go.mod h1:BuEKDfySbSR4drPmRPG/7iBdf8hvFMuRexcpahXilzY=
golang.org/x/time v0.6.0 h1:eTDhh4ZXt5Qf0augr54TN6suAUudPcawVZeIAPU7D4U=
golang.org/x/time v0.6.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM=
golang.org/x/text v0.19.0 h1:kTxAhCbGbxhK0IwgSKiMO5awPoDQ0RpfiVYBfK860YM=
golang.org/x/text v0.19.0/go.mod h1:BuEKDfySbSR4drPmRPG/7iBdf8hvFMuRexcpahXilzY=
golang.org/x/time v0.7.0 h1:ntUhktv3OPE6TgYxXWv9vKvUSJyIFJlyohwbkEwPrKQ=
golang.org/x/time v0.7.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM=
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc=
Expand Down

0 comments on commit 24a0b67

Please sign in to comment.