2019-05-21 21:56:55 +01:00
|
|
|
module github.com/matrix-org/dendrite
|
|
|
|
|
|
|
|
require (
|
2022-10-26 18:37:01 +01:00
|
|
|
github.com/Arceliar/ironwood v0.0.0-20221025225125-45b4281814c2
|
2022-01-05 17:44:49 +00:00
|
|
|
github.com/Arceliar/phony v0.0.0-20210209235338-dde1a8dca979
|
2020-09-14 16:39:38 +01:00
|
|
|
github.com/DATA-DOG/go-sqlmock v1.5.0
|
2022-01-20 15:26:45 +00:00
|
|
|
github.com/MFAshby/stdemuxerhook v1.0.0
|
2021-07-07 12:06:17 +01:00
|
|
|
github.com/Masterminds/semver/v3 v3.1.1
|
2024-04-09 09:24:27 +01:00
|
|
|
github.com/blevesearch/bleve/v2 v2.4.0
|
2021-07-07 12:06:17 +01:00
|
|
|
github.com/codeclysm/extract v2.2.0+incompatible
|
2022-11-09 14:07:29 +00:00
|
|
|
github.com/dgraph-io/ristretto v0.1.1
|
Bump github.com/docker/docker from 24.0.7+incompatible to 24.0.9+incompatible (#3341)
Bumps [github.com/docker/docker](https://github.com/docker/docker) from
24.0.7+incompatible to 24.0.9+incompatible.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/docker/docker/releases">github.com/docker/docker's
releases</a>.</em></p>
<blockquote>
<h2>v24.0.9</h2>
<h2>24.0.9</h2>
<p>For a full list of pull requests and changes in this release, refer
to the relevant GitHub milestones:</p>
<ul>
<li><a
href="https://github.com/docker/cli/issues?q=is%3Aclosed+milestone%3A24.0.9">docker/cli,
24.0.9 milestone</a></li>
<li><a
href="https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A24.0.9">moby/moby,
24.0.9 milestone</a></li>
</ul>
<h2>Security</h2>
<p>This release contains security fixes for the following CVEs affecting
Docker Engine and its components.</p>
<table>
<thead>
<tr>
<th>CVE</th>
<th>Component</th>
<th>Fix version</th>
<th>Severity</th>
</tr>
</thead>
<tbody>
<tr>
<td><a
href="https://scout.docker.com/v/CVE-2024-21626">CVE-2024-21626</a></td>
<td>runc</td>
<td>1.1.12</td>
<td>High, CVSS 8.6</td>
</tr>
<tr>
<td><a
href="https://scout.docker.com/v/CVE-2024-24557">CVE-2024-24557</a></td>
<td>Docker Engine</td>
<td>24.0.9</td>
<td>Medium, CVSS 6.9</td>
</tr>
</tbody>
</table>
<blockquote>
<p><strong>Important</strong> ⚠️</p>
<p>Note that this release of Docker Engine doesn't include fixes for the
following known vulnerabilities in BuildKit:</p>
<ul>
<li><a
href="https://scout.docker.com/v/CVE-2024-23651">CVE-2024-23651</a></li>
<li><a
href="https://scout.docker.com/v/CVE-2024-23652">CVE-2024-23652</a></li>
<li><a
href="https://scout.docker.com/v/CVE-2024-23653">CVE-2024-23653</a></li>
<li><a
href="https://scout.docker.com/v/CVE-2024-23650">CVE-2024-23650</a></li>
</ul>
<p>To address these vulnerabilities, upgrade to <a
href="https://github.com/docker/docker/blob/HEAD/25.0.md#2502">Docker
Engine v25.0.2</a>.</p>
</blockquote>
<p>For more information about the security issues addressed in this
release, and the unaddressed vulnerabilities in BuildKit, refer to the
<a
href="https://www.docker.com/blog/docker-security-advisory-multiple-vulnerabilities-in-runc-buildkit-and-moby/">blog
post</a>. For details about each vulnerability, see the relevant
security advisory:</p>
<ul>
<li><a
href="https://github.com/opencontainers/runc/security/advisories/GHSA-xr7r-f8xq-vfvv">CVE-2024-21626</a></li>
<li><a
href="https://github.com/moby/moby/security/advisories/GHSA-xw73-rw38-6vjc">CVE-2024-24557</a></li>
</ul>
<h3>Packaging updates</h3>
<ul>
<li>Upgrade runc to <a
href="https://github.com/opencontainers/runc/releases/tag/v1.1.12">v1.1.12</a>.
<a
href="https://redirect.github.com/moby/moby/pull/47269">moby/moby#47269</a></li>
<li>Upgrade containerd to <a
href="https://github.com/containerd/containerd/releases/tag/v1.7.13">v1.7.13</a>
(static binaries only). <a
href="https://redirect.github.com/moby/moby/pull/47280">moby/moby#47280</a></li>
</ul>
<h2>v24.0.8</h2>
<h2>24.0.8</h2>
<p>For a full list of pull requests and changes in this release, refer
to the relevant GitHub milestones:</p>
<ul>
<li><a
href="https://github.com/docker/cli/issues?q=is%3Aclosed+milestone%3A24.0.8">docker/cli,
24.0.8 milestone</a></li>
<li><a
href="https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A24.0.8">moby/moby,
24.0.8 milestone</a></li>
</ul>
<h3>Bug fixes and enhancements</h3>
<ul>
<li>Live restore: Containers with auto remove (<code>docker run
--rm</code>) are no longer forcibly removed on engine restart. <a
href="https://redirect.github.com/moby/moby/pull/46869">moby/moby#46857</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/moby/moby/commit/fca702de7f71362c8d103073c7e4a1d0a467fadd"><code>fca702d</code></a>
Merge pull request from GHSA-xw73-rw38-6vjc</li>
<li><a
href="https://github.com/moby/moby/commit/f78a7726d747847e443a5a5a4b4ad8ab31d87d78"><code>f78a772</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/docker/issues/47281">#47281</a>
from thaJeztah/24.0_backport_bump_containerd_binary...</li>
<li><a
href="https://github.com/moby/moby/commit/61afffeeb3d4264db7a697ca8bd3d25824bee182"><code>61afffe</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/docker/issues/47270">#47270</a>
from thaJeztah/24.0_backport_bump_runc_binary_1.1.12</li>
<li><a
href="https://github.com/moby/moby/commit/b38e74c4e095d584e21576e9cc43a355446e5b71"><code>b38e74c</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/docker/issues/47276">#47276</a>
from thaJeztah/24.0_backport_bump_runc_1.1.12</li>
<li><a
href="https://github.com/moby/moby/commit/dac56638adccd215bae6cc23146f29e4697e1e98"><code>dac5663</code></a>
update containerd binary to v1.7.13</li>
<li><a
href="https://github.com/moby/moby/commit/20e1af361628a31afd1af58d25cd6ea4e495669f"><code>20e1af3</code></a>
vendor: github.com/opencontainers/runc v1.1.12</li>
<li><a
href="https://github.com/moby/moby/commit/858919d39968c687de3afb0a0a3a212d60ef2a99"><code>858919d</code></a>
update runc binary to v1.1.12</li>
<li><a
href="https://github.com/moby/moby/commit/141ad39e38a9a44b7487933d74815863c2c588e6"><code>141ad39</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/docker/issues/47266">#47266</a>
from vvoland/ci-fix-makeps1-templatefail-24</li>
<li><a
href="https://github.com/moby/moby/commit/db968c672bcd6eeed09a0ad35cac843a5ffe7e48"><code>db968c6</code></a>
hack/make.ps1: Fix go list pattern</li>
<li><a
href="https://github.com/moby/moby/commit/61c51fbb5aeb648eb5f97704b8c75be3ccf1c9a0"><code>61c51fb</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/docker/issues/47221">#47221</a>
from vvoland/pkg-pools-close-noop-24</li>
<li>Additional commits viewable in <a
href="https://github.com/docker/docker/compare/v24.0.7...v24.0.9">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/docker/docker&package-manager=go_modules&previous-version=24.0.7+incompatible&new-version=24.0.9+incompatible)](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)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/matrix-org/dendrite/network/alerts).
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-22 21:30:28 +00:00
|
|
|
github.com/docker/docker v24.0.9+incompatible
|
2021-07-07 12:06:17 +01:00
|
|
|
github.com/docker/go-connections v0.4.0
|
2023-07-06 09:55:21 +01:00
|
|
|
github.com/getsentry/sentry-go v0.14.0
|
2022-01-28 10:27:09 +00:00
|
|
|
github.com/gologme/log v1.3.0
|
2024-04-09 09:24:27 +01:00
|
|
|
github.com/google/go-cmp v0.6.0
|
2022-04-08 12:24:49 +01:00
|
|
|
github.com/google/uuid v1.3.0
|
2020-09-01 10:20:31 +01:00
|
|
|
github.com/gorilla/mux v1.8.0
|
2022-04-08 12:24:49 +01:00
|
|
|
github.com/gorilla/websocket v1.5.0
|
2022-10-14 14:53:53 +01:00
|
|
|
github.com/kardianos/minwinsvc v1.0.2
|
2023-07-06 08:28:39 +01:00
|
|
|
github.com/lib/pq v1.10.9
|
2021-10-05 16:03:55 +01:00
|
|
|
github.com/matrix-org/dugong v0.0.0-20210921133753-66e6b1c67e2e
|
2022-04-19 10:34:33 +01:00
|
|
|
github.com/matrix-org/go-sqlite3-js v0.0.0-20220419092513-28aa791a1c91
|
2022-10-14 10:59:32 +01:00
|
|
|
github.com/matrix-org/gomatrix v0.0.0-20220926102614-ceba4d9f7530
|
2024-04-09 09:24:27 +01:00
|
|
|
github.com/matrix-org/gomatrixserverlib v0.0.0-20240328203753-c2391f7113a5
|
2023-08-11 15:29:48 +01:00
|
|
|
github.com/matrix-org/pinecone v0.11.1-0.20230810010612-ea4c33717fd7
|
2023-01-23 17:55:12 +00:00
|
|
|
github.com/matrix-org/util v0.0.0-20221111132719-399730281e66
|
2024-04-09 09:24:27 +01:00
|
|
|
github.com/mattn/go-sqlite3 v1.14.22
|
2023-12-19 07:25:47 +00:00
|
|
|
github.com/nats-io/nats-server/v2 v2.10.7
|
|
|
|
github.com/nats-io/nats.go v1.31.0
|
2021-07-27 21:34:40 +01:00
|
|
|
github.com/neilalexander/utp v0.1.1-0.20210727203401-54ae7b1cd5f9
|
2020-09-01 10:20:31 +01:00
|
|
|
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
|
|
|
|
github.com/opentracing/opentracing-go v1.2.0
|
2021-07-09 16:52:31 +01:00
|
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
2020-04-14 16:15:59 +01:00
|
|
|
github.com/pkg/errors v0.9.1
|
2024-04-09 09:24:27 +01:00
|
|
|
github.com/prometheus/client_golang v1.19.0
|
2023-06-06 21:55:18 +01:00
|
|
|
github.com/sirupsen/logrus v1.9.3
|
2024-04-09 09:24:27 +01:00
|
|
|
github.com/stretchr/testify v1.9.0
|
|
|
|
github.com/tidwall/gjson v1.17.1
|
2022-09-20 15:01:19 +01:00
|
|
|
github.com/tidwall/sjson v1.2.5
|
2022-01-28 10:27:09 +00:00
|
|
|
github.com/uber/jaeger-client-go v2.30.0+incompatible
|
2021-08-03 11:15:17 +01:00
|
|
|
github.com/uber/jaeger-lib v2.4.1+incompatible
|
2022-10-26 18:37:01 +01:00
|
|
|
github.com/yggdrasil-network/yggdrasil-go v0.4.6
|
2024-04-09 09:24:27 +01:00
|
|
|
go.uber.org/atomic v1.11.0
|
2024-07-27 19:49:18 +01:00
|
|
|
golang.org/x/crypto v0.23.0
|
2024-04-09 09:24:27 +01:00
|
|
|
golang.org/x/exp v0.0.0-20231108232855-2478ac86f678
|
2024-07-27 19:49:18 +01:00
|
|
|
golang.org/x/image v0.18.0
|
2022-11-01 16:15:55 +00:00
|
|
|
golang.org/x/mobile v0.0.0-20221020085226-b36e6246172e
|
2024-04-09 09:24:27 +01:00
|
|
|
golang.org/x/sync v0.7.0
|
2024-07-27 19:49:18 +01:00
|
|
|
golang.org/x/term v0.20.0
|
2022-04-08 12:24:49 +01:00
|
|
|
gopkg.in/h2non/bimg.v1 v1.1.9
|
2021-03-03 11:08:41 +00:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2022-10-19 11:03:16 +01:00
|
|
|
gotest.tools/v3 v3.4.0
|
2023-04-27 15:43:28 +01:00
|
|
|
maunium.net/go/mautrix v0.15.1
|
2024-04-09 09:24:27 +01:00
|
|
|
modernc.org/sqlite v1.29.5
|
2022-07-11 14:31:31 +01:00
|
|
|
nhooyr.io/websocket v1.8.7
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/HdrHistogram/hdrhistogram-go v1.1.2 // indirect
|
2022-11-02 13:20:10 +00:00
|
|
|
github.com/Microsoft/go-winio v0.5.2 // indirect
|
2023-01-26 17:58:44 +00:00
|
|
|
github.com/RoaringBitmap/roaring v1.2.3 // indirect
|
2022-07-11 14:31:31 +01:00
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
2023-01-26 17:58:44 +00:00
|
|
|
github.com/bits-and-blooms/bitset v1.5.0 // indirect
|
2024-04-09 09:24:27 +01:00
|
|
|
github.com/blevesearch/bleve_index_api v1.1.6 // indirect
|
|
|
|
github.com/blevesearch/geo v0.1.20 // indirect
|
|
|
|
github.com/blevesearch/go-faiss v1.0.13 // indirect
|
2022-09-07 17:15:54 +01:00
|
|
|
github.com/blevesearch/go-porterstemmer v1.0.3 // indirect
|
|
|
|
github.com/blevesearch/gtreap v0.1.1 // indirect
|
|
|
|
github.com/blevesearch/mmap-go v1.0.4 // indirect
|
2024-04-09 09:24:27 +01:00
|
|
|
github.com/blevesearch/scorch_segment_api/v2 v2.2.9 // indirect
|
2023-01-26 17:58:44 +00:00
|
|
|
github.com/blevesearch/segment v0.9.1 // indirect
|
2022-09-07 17:15:54 +01:00
|
|
|
github.com/blevesearch/snowballstem v0.9.0 // indirect
|
2023-01-26 17:58:44 +00:00
|
|
|
github.com/blevesearch/upsidedown_store_api v1.0.2 // indirect
|
2024-04-09 09:24:27 +01:00
|
|
|
github.com/blevesearch/vellum v1.0.10 // indirect
|
|
|
|
github.com/blevesearch/zapx/v11 v11.3.10 // indirect
|
|
|
|
github.com/blevesearch/zapx/v12 v12.3.10 // indirect
|
|
|
|
github.com/blevesearch/zapx/v13 v13.3.10 // indirect
|
|
|
|
github.com/blevesearch/zapx/v14 v14.3.10 // indirect
|
|
|
|
github.com/blevesearch/zapx/v15 v15.3.13 // indirect
|
|
|
|
github.com/blevesearch/zapx/v16 v16.0.12 // indirect
|
2023-07-06 08:28:39 +01:00
|
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
2022-07-11 14:31:31 +01:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2023-05-17 16:44:59 +01:00
|
|
|
github.com/docker/distribution v2.8.2+incompatible // indirect
|
2022-09-20 15:01:19 +01:00
|
|
|
github.com/docker/go-units v0.5.0 // indirect
|
2023-07-06 08:28:39 +01:00
|
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
2023-08-11 15:29:48 +01:00
|
|
|
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
|
2022-07-11 14:31:31 +01:00
|
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
2022-09-07 17:15:54 +01:00
|
|
|
github.com/golang/geo v0.0.0-20210211234256-740aa86cb551 // indirect
|
2022-09-20 15:01:19 +01:00
|
|
|
github.com/golang/glog v1.0.0 // indirect
|
|
|
|
github.com/golang/mock v1.6.0 // indirect
|
2023-07-06 08:28:39 +01:00
|
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
2022-09-20 15:01:19 +01:00
|
|
|
github.com/golang/snappy v0.0.4 // indirect
|
2023-08-11 15:29:48 +01:00
|
|
|
github.com/google/pprof v0.0.0-20230808223545-4887780b67fb // indirect
|
2022-07-11 14:31:31 +01:00
|
|
|
github.com/h2non/filetype v1.1.3 // indirect
|
2024-04-09 09:24:27 +01:00
|
|
|
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
|
2022-09-07 17:15:54 +01:00
|
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
2022-09-20 15:01:19 +01:00
|
|
|
github.com/juju/errors v1.0.0 // indirect
|
2024-04-09 09:24:27 +01:00
|
|
|
github.com/klauspost/compress v1.17.7 // indirect
|
2023-04-27 15:43:28 +01:00
|
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
2023-07-06 08:28:39 +01:00
|
|
|
github.com/mattn/go-isatty v0.0.17 // indirect
|
2022-07-11 14:31:31 +01:00
|
|
|
github.com/minio/highwayhash v1.0.2 // indirect
|
2022-10-14 10:59:32 +01:00
|
|
|
github.com/moby/term v0.0.0-20220808134915-39b0c02b01ae // indirect
|
2022-09-07 17:15:54 +01:00
|
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
2022-07-11 14:31:31 +01:00
|
|
|
github.com/morikuni/aec v1.0.0 // indirect
|
2022-09-07 17:15:54 +01:00
|
|
|
github.com/mschoch/smat v0.2.0 // indirect
|
2024-04-09 09:24:27 +01:00
|
|
|
github.com/nats-io/jwt/v2 v2.5.5 // indirect
|
|
|
|
github.com/nats-io/nkeys v0.4.7 // indirect
|
2022-07-11 14:31:31 +01:00
|
|
|
github.com/nats-io/nuid v1.0.1 // indirect
|
2024-04-09 09:24:27 +01:00
|
|
|
github.com/ncruces/go-strftime v0.1.9 // indirect
|
2023-08-11 15:29:48 +01:00
|
|
|
github.com/onsi/ginkgo/v2 v2.11.0 // indirect
|
2022-07-11 14:31:31 +01:00
|
|
|
github.com/opencontainers/go-digest v1.0.0 // indirect
|
2022-11-02 13:20:10 +00:00
|
|
|
github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799 // indirect
|
2022-07-11 14:31:31 +01:00
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2024-04-09 09:24:27 +01:00
|
|
|
github.com/prometheus/client_model v0.5.0 // indirect
|
|
|
|
github.com/prometheus/common v0.48.0 // indirect
|
|
|
|
github.com/prometheus/procfs v0.12.0 // indirect
|
2023-08-11 15:29:48 +01:00
|
|
|
github.com/quic-go/qtls-go1-20 v0.3.2 // indirect
|
2024-01-10 17:55:35 +00:00
|
|
|
github.com/quic-go/quic-go v0.37.7 // indirect
|
2023-07-06 08:28:39 +01:00
|
|
|
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
|
2023-04-27 15:43:28 +01:00
|
|
|
github.com/rs/zerolog v1.29.1 // indirect
|
2022-07-11 14:31:31 +01:00
|
|
|
github.com/tidwall/match v1.1.1 // indirect
|
2023-01-23 17:55:12 +00:00
|
|
|
github.com/tidwall/pretty v1.2.1 // indirect
|
2024-04-09 09:24:27 +01:00
|
|
|
go.etcd.io/bbolt v1.3.7 // indirect
|
2024-07-27 19:49:18 +01:00
|
|
|
golang.org/x/mod v0.17.0 // indirect
|
|
|
|
golang.org/x/net v0.25.0 // indirect
|
|
|
|
golang.org/x/sys v0.20.0 // indirect
|
|
|
|
golang.org/x/text v0.16.0 // indirect
|
2023-12-19 07:25:47 +00:00
|
|
|
golang.org/x/time v0.5.0 // indirect
|
2024-07-27 19:49:18 +01:00
|
|
|
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
|
2024-03-22 21:29:53 +00:00
|
|
|
google.golang.org/protobuf v1.33.0 // indirect
|
2022-07-11 14:31:31 +01:00
|
|
|
gopkg.in/macaroon.v2 v2.1.0 // indirect
|
2022-09-20 15:01:19 +01:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2023-04-27 15:43:28 +01:00
|
|
|
maunium.net/go/maulogger/v2 v2.4.1 // indirect
|
2024-04-09 09:24:27 +01:00
|
|
|
modernc.org/gc/v3 v3.0.0-20240107210532-573471604cb6 // indirect
|
|
|
|
modernc.org/libc v1.41.0 // indirect
|
|
|
|
modernc.org/mathutil v1.6.0 // indirect
|
|
|
|
modernc.org/memory v1.7.2 // indirect
|
|
|
|
modernc.org/strutil v1.2.0 // indirect
|
|
|
|
modernc.org/token v1.1.0 // indirect
|
2019-05-21 21:56:55 +01:00
|
|
|
)
|
2019-12-17 16:47:45 +00:00
|
|
|
|
2023-09-28 11:06:21 +01:00
|
|
|
go 1.20
|