Skip to content

Commit 1330859

Browse files
Update module github.com/cloudflare/circl to v1.6.5 (#774)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/cloudflare/circl](https://redirect.github.com/cloudflare/circl) | `v1.6.3` → `v1.6.5` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fcloudflare%2fcircl/v1.6.5?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fcloudflare%2fcircl/v1.6.3/v1.6.5?slim=true) | --- ### Release Notes <details> <summary>cloudflare/circl (github.com/cloudflare/circl)</summary> ### [`v1.6.5`](https://redirect.github.com/cloudflare/circl/releases/tag/v1.6.5): CIRCL v1.6.5 [Compare Source](https://redirect.github.com/cloudflare/circl/compare/v1.6.4...v1.6.5) #### What's Changed - ascon: don't output plaintext if authentication fails by [@&#8203;bwesterb](https://redirect.github.com/bwesterb) in [#&#8203;631](https://redirect.github.com/cloudflare/circl/pull/631) - Dilithium: don't accept signatures with trailing data by [@&#8203;bwesterb](https://redirect.github.com/bwesterb) in [#&#8203;632](https://redirect.github.com/cloudflare/circl/pull/632) - Fix HPKE/KEM exact-length key unmarshaling by [@&#8203;drmikecrypto](https://redirect.github.com/drmikecrypto) in [#&#8203;627](https://redirect.github.com/cloudflare/circl/pull/627) - Bump x/crypto and golangci-lint by [@&#8203;bwesterb](https://redirect.github.com/bwesterb) in [#&#8203;637](https://redirect.github.com/cloudflare/circl/pull/637) - ecc/bls12381: reject trailing data in G1/G2 SetBytes by [@&#8203;bwesterb](https://redirect.github.com/bwesterb) in [#&#8203;636](https://redirect.github.com/cloudflare/circl/pull/636) - eddilithium: fail verification if signature is wrong length by [@&#8203;bwesterb](https://redirect.github.com/bwesterb) in [#&#8203;633](https://redirect.github.com/cloudflare/circl/pull/633) - tss/rsa: fix length check to prevent runtime out-of-bounds panic by [@&#8203;bwesterb](https://redirect.github.com/bwesterb) in [#&#8203;640](https://redirect.github.com/cloudflare/circl/pull/640) - dleq: verify: return false instead of panic()ing on nil parameters by [@&#8203;bwesterb](https://redirect.github.com/bwesterb) in [#&#8203;641](https://redirect.github.com/cloudflare/circl/pull/641) - ed448: document verification behaviour by [@&#8203;bwesterb](https://redirect.github.com/bwesterb) in [#&#8203;642](https://redirect.github.com/cloudflare/circl/pull/642) - ed448: reject non-canonical point encodings by [@&#8203;bwesterb](https://redirect.github.com/bwesterb) in [#&#8203;635](https://redirect.github.com/cloudflare/circl/pull/635) - slhdsa: ensure full reads when rand source is provided by [@&#8203;bwesterb](https://redirect.github.com/bwesterb) in [#&#8203;634](https://redirect.github.com/cloudflare/circl/pull/634) - ed{25519,448}: don't accept trailing data for keys by [@&#8203;bwesterb](https://redirect.github.com/bwesterb) in [#&#8203;643](https://redirect.github.com/cloudflare/circl/pull/643) - frodo: pack: fix accidental zero buffer assumption by [@&#8203;bwesterb](https://redirect.github.com/bwesterb) in [#&#8203;645](https://redirect.github.com/cloudflare/circl/pull/645) - secretsharing: check that share ID is not zero. by [@&#8203;bwesterb](https://redirect.github.com/bwesterb) in [#&#8203;644](https://redirect.github.com/cloudflare/circl/pull/644) - kyber: document pk isn't checked like ML-KEM by [@&#8203;bwesterb](https://redirect.github.com/bwesterb) in [#&#8203;648](https://redirect.github.com/cloudflare/circl/pull/648) - zk/dleq: Don't accept trailing data on proof by [@&#8203;bwesterb](https://redirect.github.com/bwesterb) in [#&#8203;649](https://redirect.github.com/cloudflare/circl/pull/649) - slhdsa: don't panic if prehash-hash is out of range by [@&#8203;bwesterb](https://redirect.github.com/bwesterb) in [#&#8203;647](https://redirect.github.com/cloudflare/circl/pull/647) - goldilocks: don't panic when unmarshalling invalid point by [@&#8203;bwesterb](https://redirect.github.com/bwesterb) in [#&#8203;646](https://redirect.github.com/cloudflare/circl/pull/646) - hpke: don't panic when unmarshalling opener/sealer from empty buffer by [@&#8203;bwesterb](https://redirect.github.com/bwesterb) in [#&#8203;656](https://redirect.github.com/cloudflare/circl/pull/656) - ot/simot: don't panic on mismatched ciphertext lengths by [@&#8203;bwesterb](https://redirect.github.com/bwesterb) in [#&#8203;655](https://redirect.github.com/cloudflare/circl/pull/655) - fourq: document point decoding is lenient by [@&#8203;bwesterb](https://redirect.github.com/bwesterb) in [#&#8203;654](https://redirect.github.com/cloudflare/circl/pull/654) - oprf: add note on multiple Point encodings by [@&#8203;bwesterb](https://redirect.github.com/bwesterb) in [#&#8203;653](https://redirect.github.com/cloudflare/circl/pull/653) - tss/rsa: don't panic when combining empty list of shares by [@&#8203;bwesterb](https://redirect.github.com/bwesterb) in [#&#8203;652](https://redirect.github.com/cloudflare/circl/pull/652) - ecc/p384: document that package is not fully constant time by [@&#8203;bwesterb](https://redirect.github.com/bwesterb) in [#&#8203;651](https://redirect.github.com/cloudflare/circl/pull/651) - ristretto: reject non-canonical scalars by [@&#8203;bwesterb](https://redirect.github.com/bwesterb) in [#&#8203;650](https://redirect.github.com/cloudflare/circl/pull/650) - Add more explicit constant time warnings by [@&#8203;bwesterb](https://redirect.github.com/bwesterb) in [#&#8203;638](https://redirect.github.com/cloudflare/circl/pull/638) - mlsbset: make Encode() constant time by [@&#8203;bwesterb](https://redirect.github.com/bwesterb) in [#&#8203;639](https://redirect.github.com/cloudflare/circl/pull/639) - mlsbset: fix stray index in Encode comment by [@&#8203;lukevalenta](https://redirect.github.com/lukevalenta) in [#&#8203;658](https://redirect.github.com/cloudflare/circl/pull/658) - removeLen32Prefixed: check for possible data overflow by [@&#8203;mdosch](https://redirect.github.com/mdosch) in [#&#8203;629](https://redirect.github.com/cloudflare/circl/pull/629) - expander: panic if requested output length overflows DST. by [@&#8203;cjpatton](https://redirect.github.com/cjpatton) in [#&#8203;664](https://redirect.github.com/cloudflare/circl/pull/664) - zk/dleq: add base point `a` to challenge derivation. by [@&#8203;cjpatton](https://redirect.github.com/cjpatton) in [#&#8203;663](https://redirect.github.com/cloudflare/circl/pull/663) - dh/sidh: document Import() side-effect for kem/sike. by [@&#8203;cjpatton](https://redirect.github.com/cjpatton) in [#&#8203;662](https://redirect.github.com/cloudflare/circl/pull/662) - ecc/fourq: improve constant-timeness of fpSgn, fqSqrt. by [@&#8203;cjpatton](https://redirect.github.com/cjpatton) in [#&#8203;666](https://redirect.github.com/cloudflare/circl/pull/666) - blinsign/blindrsa/partiallyblindrsa: reject malformed moduli. by [@&#8203;cjpatton](https://redirect.github.com/cjpatton) in [#&#8203;665](https://redirect.github.com/cloudflare/circl/pull/665) - blindsign/blindrsa: align PSSZERO behavior with RFC 9474. by [@&#8203;cjpatton](https://redirect.github.com/cjpatton) in [#&#8203;660](https://redirect.github.com/cloudflare/circl/pull/660) - ecc/fourq: fix fqSqr arithmetic error on amd64 by [@&#8203;cjpatton](https://redirect.github.com/cjpatton) in [#&#8203;659](https://redirect.github.com/cloudflare/circl/pull/659) - README: warn that not all packages are constant time by [@&#8203;frangelbarrera](https://redirect.github.com/frangelbarrera) in [#&#8203;668](https://redirect.github.com/cloudflare/circl/pull/668) - internal/test: unify ACVP test vector parsing by [@&#8203;ihopenre-eng](https://redirect.github.com/ihopenre-eng) in [#&#8203;667](https://redirect.github.com/cloudflare/circl/pull/667) - blindrsa: fix interface documentation by [@&#8203;bwesterb](https://redirect.github.com/bwesterb) in [#&#8203;672](https://redirect.github.com/cloudflare/circl/pull/672) - ecc/fourq: fix legacy (non-BMI2) GF(p^2) multiplication on amd64 by [@&#8203;bwesterb](https://redirect.github.com/bwesterb) in [#&#8203;669](https://redirect.github.com/cloudflare/circl/pull/669) - p384: document assumed reductions by [@&#8203;bwesterb](https://redirect.github.com/bwesterb) in [#&#8203;670](https://redirect.github.com/cloudflare/circl/pull/670) - [`ed25519`](https://redirect.github.com/cloudflare/circl/commit/ed25519): document another divergence with crypto/ed25519 by [@&#8203;bwesterb](https://redirect.github.com/bwesterb) in [#&#8203;671](https://redirect.github.com/cloudflare/circl/pull/671) - prio3/histogram: don't panic on measurement equal to the bucket count by [@&#8203;bwesterb](https://redirect.github.com/bwesterb) in [#&#8203;673](https://redirect.github.com/cloudflare/circl/pull/673) - zk/qndleq: document Qn membership precondition by [@&#8203;bwesterb](https://redirect.github.com/bwesterb) in [#&#8203;675](https://redirect.github.com/cloudflare/circl/pull/675) - vdaf/prio3: require all prep shares by [@&#8203;bwesterb](https://redirect.github.com/bwesterb) in [#&#8203;676](https://redirect.github.com/cloudflare/circl/pull/676) - vdaf/prio3: document prep sequencing requirement by [@&#8203;bwesterb](https://redirect.github.com/bwesterb) in [#&#8203;677](https://redirect.github.com/cloudflare/circl/pull/677) - zk/dl: reject identity proof inputs by [@&#8203;bwesterb](https://redirect.github.com/bwesterb) in [#&#8203;678](https://redirect.github.com/cloudflare/circl/pull/678) - tss/rsa: document trusted modulus requirement by [@&#8203;bwesterb](https://redirect.github.com/bwesterb) in [#&#8203;680](https://redirect.github.com/cloudflare/circl/pull/680) - dh/csidh: harden key imports by [@&#8203;bwesterb](https://redirect.github.com/bwesterb) in [#&#8203;689](https://redirect.github.com/cloudflare/circl/pull/689) - zk/dleq: validate batch shape by [@&#8203;bwesterb](https://redirect.github.com/bwesterb) in [#&#8203;684](https://redirect.github.com/cloudflare/circl/pull/684) - ot/simot: make sender sessions one-shot by [@&#8203;bwesterb](https://redirect.github.com/bwesterb) in [#&#8203;679](https://redirect.github.com/cloudflare/circl/pull/679) - vdaf/prio3/sum: reject unsafe measurement bounds by [@&#8203;bwesterb](https://redirect.github.com/bwesterb) in [#&#8203;682](https://redirect.github.com/cloudflare/circl/pull/682) - tss/rsa: validate sign share protocol parameters by [@&#8203;bwesterb](https://redirect.github.com/bwesterb) in [#&#8203;674](https://redirect.github.com/cloudflare/circl/pull/674) - vdaf/prio3/sum: reject aggregate field overflow by [@&#8203;bwesterb](https://redirect.github.com/bwesterb) in [#&#8203;681](https://redirect.github.com/cloudflare/circl/pull/681) - vdaf/prio3: validate preparation inputs by [@&#8203;bwesterb](https://redirect.github.com/bwesterb) in [#&#8203;683](https://redirect.github.com/cloudflare/circl/pull/683) - oprf: reject invalid deterministic blinds by [@&#8203;bwesterb](https://redirect.github.com/bwesterb) in [#&#8203;688](https://redirect.github.com/cloudflare/circl/pull/688) - vdaf/prio3: reject degenerate parameters by [@&#8203;bwesterb](https://redirect.github.com/bwesterb) in [#&#8203;685](https://redirect.github.com/cloudflare/circl/pull/685) - oprf: validate finalize state by [@&#8203;bwesterb](https://redirect.github.com/bwesterb) in [#&#8203;687](https://redirect.github.com/cloudflare/circl/pull/687) #### New Contributors - [@&#8203;drmikecrypto](https://redirect.github.com/drmikecrypto) made their first contribution in [#&#8203;627](https://redirect.github.com/cloudflare/circl/pull/627) - [@&#8203;lukevalenta](https://redirect.github.com/lukevalenta) made their first contribution in [#&#8203;658](https://redirect.github.com/cloudflare/circl/pull/658) - [@&#8203;mdosch](https://redirect.github.com/mdosch) made their first contribution in [#&#8203;629](https://redirect.github.com/cloudflare/circl/pull/629) - [@&#8203;frangelbarrera](https://redirect.github.com/frangelbarrera) made their first contribution in [#&#8203;668](https://redirect.github.com/cloudflare/circl/pull/668) - [@&#8203;ihopenre-eng](https://redirect.github.com/ihopenre-eng) made their first contribution in [#&#8203;667](https://redirect.github.com/cloudflare/circl/pull/667) **Full Changelog**: <cloudflare/circl@v1.6.4...v1.6.5> ### [`v1.6.4`](https://redirect.github.com/cloudflare/circl/releases/tag/v1.6.4): CIRCL v1.6.4 [Compare Source](https://redirect.github.com/cloudflare/circl/compare/v1.6.3...v1.6.4) #### What's Changed - Fix typo: it's to its by [@&#8203;04cb](https://redirect.github.com/04cb) in [#&#8203;588](https://redirect.github.com/cloudflare/circl/pull/588) - ci: Bump Go version to 1.26 by [@&#8203;armfazh](https://redirect.github.com/armfazh) in [#&#8203;591](https://redirect.github.com/cloudflare/circl/pull/591) - tss/rsa: polynomial evaluation using Horner's method by [@&#8203;armfazh](https://redirect.github.com/armfazh) in [#&#8203;590](https://redirect.github.com/cloudflare/circl/pull/590) - zk/qndleq: Ensure large security parameter by [@&#8203;armfazh](https://redirect.github.com/armfazh) in [#&#8203;592](https://redirect.github.com/cloudflare/circl/pull/592) - sign/bls: rejects aggregated signatures built with duplicated messages. by [@&#8203;armfazh](https://redirect.github.com/armfazh) in [#&#8203;595](https://redirect.github.com/cloudflare/circl/pull/595) - Bump golang.org/x/crypto from 0.30.0 to 0.45.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;585](https://redirect.github.com/cloudflare/circl/pull/585) - tss/rsa: avoiding overflow in lambda calculation with big.Int by [@&#8203;armfazh](https://redirect.github.com/armfazh) in [#&#8203;598](https://redirect.github.com/cloudflare/circl/pull/598) - deps: Update CIRCL version in code generators. by [@&#8203;armfazh](https://redirect.github.com/armfazh) in [#&#8203;599](https://redirect.github.com/cloudflare/circl/pull/599) - ci: add Semgrep OSS scanning workflow by [@&#8203;hrushikeshdeshpande](https://redirect.github.com/hrushikeshdeshpande) in [#&#8203;601](https://redirect.github.com/cloudflare/circl/pull/601) - zk/qndleq: Fixes challenge calculation by [@&#8203;armfazh](https://redirect.github.com/armfazh) in [#&#8203;596](https://redirect.github.com/cloudflare/circl/pull/596) - sign/bls: Check that signature cannot be the identity point by [@&#8203;armfazh](https://redirect.github.com/armfazh) in [#&#8203;603](https://redirect.github.com/cloudflare/circl/pull/603) - ml-dsa: Don't use tr pointer by [@&#8203;bwesterb](https://redirect.github.com/bwesterb) in [#&#8203;606](https://redirect.github.com/cloudflare/circl/pull/606) - ecc/bls12381: affinize must handle identity elements. by [@&#8203;armfazh](https://redirect.github.com/armfazh) in [#&#8203;604](https://redirect.github.com/cloudflare/circl/pull/604) - pki: check pem.Decode returned nil block. by [@&#8203;z9z](https://redirect.github.com/z9z) in [#&#8203;607](https://redirect.github.com/cloudflare/circl/pull/607) - abe/cpabe/tkn20: fix AND-gate secret sharing. by [@&#8203;cjpatton](https://redirect.github.com/cjpatton) in [#&#8203;610](https://redirect.github.com/cloudflare/circl/pull/610) - hpke: fix verifyPSKInputs() to match spec. by [@&#8203;cjpatton](https://redirect.github.com/cjpatton) in [#&#8203;612](https://redirect.github.com/cloudflare/circl/pull/612) - hpke: Warn about nonce misuse during marshaling by [@&#8203;cjpatton](https://redirect.github.com/cjpatton) in [#&#8203;613](https://redirect.github.com/cloudflare/circl/pull/613) - hpke: don't panic when parsing on hybrid keys/ciphertexts. by [@&#8203;cjpatton](https://redirect.github.com/cjpatton) in [#&#8203;614](https://redirect.github.com/cloudflare/circl/pull/614) - blindsign/blindrsa: reject non-canonical signatures. by [@&#8203;cjpatton](https://redirect.github.com/cjpatton) in [#&#8203;615](https://redirect.github.com/cloudflare/circl/pull/615) - blindsign/blindrsa: reject message unless co-prime with modulus by [@&#8203;cjpatton](https://redirect.github.com/cjpatton) in [#&#8203;616](https://redirect.github.com/cloudflare/circl/pull/616) - oprf: reject identity element as public key. by [@&#8203;cjpatton](https://redirect.github.com/cjpatton) in [#&#8203;619](https://redirect.github.com/cloudflare/circl/pull/619) - Add AGENTS.md and REVIEW\.md for contributor and AI agent guidance by [@&#8203;dotjs](https://redirect.github.com/dotjs) in [#&#8203;620](https://redirect.github.com/cloudflare/circl/pull/620) - ecc/bls12381: check input length for infinity encoding in SetBytes. by [@&#8203;bwesterb](https://redirect.github.com/bwesterb) in [#&#8203;618](https://redirect.github.com/cloudflare/circl/pull/618) - abe/cpabe/tkn20: bound recursion depth when parsing policies. by [@&#8203;cjpatton](https://redirect.github.com/cjpatton) in [#&#8203;622](https://redirect.github.com/cloudflare/circl/pull/622) - abe/cpabe/tkn20: reject ciphertexts with trailing data. by [@&#8203;cjpatton](https://redirect.github.com/cjpatton) in [#&#8203;621](https://redirect.github.com/cloudflare/circl/pull/621) - abe/cpabe/tkn20: handle short ciphertexts as errors. by [@&#8203;cjpatton](https://redirect.github.com/cjpatton) in [#&#8203;611](https://redirect.github.com/cloudflare/circl/pull/611) - abe/cpabe/tkn20: enforce wire count matches policy. by [@&#8203;cjpatton](https://redirect.github.com/cjpatton) in [#&#8203;624](https://redirect.github.com/cloudflare/circl/pull/624) - abe/cpabe/tkn20: handle malformed ciphertext header. by [@&#8203;cjpatton](https://redirect.github.com/cjpatton) in [#&#8203;623](https://redirect.github.com/cloudflare/circl/pull/623) - abe/cpabe/tkn20: reject circuits with invalid topologies. by [@&#8203;cjpatton](https://redirect.github.com/cjpatton) in [#&#8203;625](https://redirect.github.com/cloudflare/circl/pull/625) - Release CIRCL v1.6.4 by [@&#8203;cjpatton](https://redirect.github.com/cjpatton) in [#&#8203;626](https://redirect.github.com/cloudflare/circl/pull/626) #### New Contributors - [@&#8203;04cb](https://redirect.github.com/04cb) made their first contribution in [#&#8203;588](https://redirect.github.com/cloudflare/circl/pull/588) - [@&#8203;z9z](https://redirect.github.com/z9z) made their first contribution in [#&#8203;607](https://redirect.github.com/cloudflare/circl/pull/607) - [@&#8203;dotjs](https://redirect.github.com/dotjs) made their first contribution in [#&#8203;620](https://redirect.github.com/cloudflare/circl/pull/620) **Full Changelog**: <cloudflare/circl@v1.6.3...v1.6.4> </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - Monday through Friday (`* * * * 1-5`) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNTkuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI1OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJpbXBhY3Qvbm8tY2hhbmdlbG9nLXJlcXVpcmVkIl19--> Co-authored-by: pulumi-renovate[bot] <189166143+pulumi-renovate[bot]@users.noreply.github.com>
1 parent 52a2e64 commit 1330859

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

tests/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ require (
7272
github.com/cheggaaa/pb v1.0.29 // indirect
7373
github.com/clipperhouse/displaywidth v0.11.0 // indirect
7474
github.com/clipperhouse/uax29/v2 v2.7.0 // indirect
75-
github.com/cloudflare/circl v1.6.3 // indirect
75+
github.com/cloudflare/circl v1.6.5 // indirect
7676
github.com/cncf/xds/go v0.0.0-20260202195803-dba9d589def2 // indirect
7777
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
7878
github.com/deckarep/golang-set/v2 v2.5.0 // indirect

tests/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ github.com/clipperhouse/displaywidth v0.11.0 h1:lBc6kY44VFw+TDx4I8opi/EtL9m20WSE
138138
github.com/clipperhouse/displaywidth v0.11.0/go.mod h1:bkrFNkf81G8HyVqmKGxsPufD3JhNl3dSqnGhOoSD/o0=
139139
github.com/clipperhouse/uax29/v2 v2.7.0 h1:+gs4oBZ2gPfVrKPthwbMzWZDaAFPGYK72F0NJv2v7Vk=
140140
github.com/clipperhouse/uax29/v2 v2.7.0/go.mod h1:EFJ2TJMRUaplDxHKj1qAEhCtQPW2tJSwu5BF98AuoVM=
141-
github.com/cloudflare/circl v1.6.3 h1:9GPOhQGF9MCYUeXyMYlqTR6a5gTrgR/fBLXvUgtVcg8=
142-
github.com/cloudflare/circl v1.6.3/go.mod h1:2eXP6Qfat4O/Yhh8BznvKnJ+uzEoTQ6jVKJRn81BiS4=
141+
github.com/cloudflare/circl v1.6.5 h1:O64F26HEqNhznd/hrC5KZXVKYuKM2rx4deZDTc4ihQA=
142+
github.com/cloudflare/circl v1.6.5/go.mod h1:h5LNyxAc5nTue9DS5jT+48en2PSDYt3zdGnz5OstK6c=
143143
github.com/cncf/xds/go v0.0.0-20260202195803-dba9d589def2 h1:aBangftG7EVZoUb69Os8IaYg++6uMOdKK83QtkkvJik=
144144
github.com/cncf/xds/go v0.0.0-20260202195803-dba9d589def2/go.mod h1:qwXFYgsP6T7XnJtbKlf1HP8AjxZZyzxMmc+Lq5GjlU4=
145145
github.com/cpuguy83/go-md2man/v2 v2.0.6/go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g=

0 commit comments

Comments
 (0)