Skip to content

Commit bcc8bad

Browse files
dependabot[bot]tac0turtletac0turtle
authored
build(deps): Bump github.com/goccy/go-yaml from 1.17.1 to 1.18.0 (#2321)
Bumps [github.com/goccy/go-yaml](https://github.com/goccy/go-yaml) from 1.17.1 to 1.18.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/goccy/go-yaml/releases">github.com/goccy/go-yaml's releases</a>.</em></p> <blockquote> <h2>1.18.0</h2> <h2>What's Changed</h2> <ul> <li>feat: add global <code>OmitEmpty</code> encoding option by <a href="https://github.com/bwplotka"><code>@​bwplotka</code></a> in <a href="https://redirect.github.com/goccy/go-yaml/pull/691">goccy/go-yaml#691</a></li> <li>chore: clarify omitempty behaviour. by <a href="https://github.com/bwplotka"><code>@​bwplotka</code></a> in <a href="https://redirect.github.com/goccy/go-yaml/pull/696">goccy/go-yaml#696</a></li> <li>Treat output from TextMarshaler as string by <a href="https://github.com/shuheiktgw"><code>@​shuheiktgw</code></a> in <a href="https://redirect.github.com/goccy/go-yaml/pull/698">goccy/go-yaml#698</a></li> <li>Update golangci-lint to v2.1.2 by <a href="https://github.com/shuheiktgw"><code>@​shuheiktgw</code></a> in <a href="https://redirect.github.com/goccy/go-yaml/pull/701">goccy/go-yaml#701</a></li> <li>Tidy benchmarks/go.mod by <a href="https://github.com/eikemeier"><code>@​eikemeier</code></a> in <a href="https://redirect.github.com/goccy/go-yaml/pull/686">goccy/go-yaml#686</a></li> <li>Remove testmod task by <a href="https://github.com/goccy"><code>@​goccy</code></a> in <a href="https://redirect.github.com/goccy/go-yaml/pull/715">goccy/go-yaml#715</a></li> <li>Clean up encoder.go by <a href="https://github.com/shuheiktgw"><code>@​shuheiktgw</code></a> in <a href="https://redirect.github.com/goccy/go-yaml/pull/703">goccy/go-yaml#703</a></li> <li>Fix validation error position for container type by <a href="https://github.com/goccy"><code>@​goccy</code></a> in <a href="https://redirect.github.com/goccy/go-yaml/pull/716">goccy/go-yaml#716</a></li> <li>Add nil checking for error handling by <a href="https://github.com/goccy"><code>@​goccy</code></a> in <a href="https://redirect.github.com/goccy/go-yaml/pull/719">goccy/go-yaml#719</a></li> <li>Ignore validation for alias map key by <a href="https://github.com/goccy"><code>@​goccy</code></a> in <a href="https://redirect.github.com/goccy/go-yaml/pull/720">goccy/go-yaml#720</a></li> <li>Avoid returning an error for null document by <a href="https://github.com/shuheiktgw"><code>@​shuheiktgw</code></a> in <a href="https://redirect.github.com/goccy/go-yaml/pull/721">goccy/go-yaml#721</a></li> <li>Add Go 1.24 to test matrix by <a href="https://github.com/shuheiktgw"><code>@​shuheiktgw</code></a> in <a href="https://redirect.github.com/goccy/go-yaml/pull/722">goccy/go-yaml#722</a></li> <li>Set null value for empty document by <a href="https://github.com/goccy"><code>@​goccy</code></a> in <a href="https://redirect.github.com/goccy/go-yaml/pull/725">goccy/go-yaml#725</a></li> <li>Support implicit null by <a href="https://github.com/goccy"><code>@​goccy</code></a> in <a href="https://redirect.github.com/goccy/go-yaml/pull/727">goccy/go-yaml#727</a></li> <li>Support omitzero by <a href="https://github.com/goccy"><code>@​goccy</code></a> in <a href="https://redirect.github.com/goccy/go-yaml/pull/729">goccy/go-yaml#729</a></li> <li>feat: Dont make copies of structs for validation by <a href="https://github.com/shuheiktgw"><code>@​shuheiktgw</code></a> in <a href="https://redirect.github.com/goccy/go-yaml/pull/737">goccy/go-yaml#737</a></li> <li>Prevent panic when decoding string named types by <a href="https://github.com/shuheiktgw"><code>@​shuheiktgw</code></a> in <a href="https://redirect.github.com/goccy/go-yaml/pull/743">goccy/go-yaml#743</a></li> <li>Fix misaligned indentation in comments by <a href="https://github.com/shuheiktgw"><code>@​shuheiktgw</code></a> in <a href="https://redirect.github.com/goccy/go-yaml/pull/734">goccy/go-yaml#734</a></li> <li>Add support for multi-line double-quoted strings with CRLF line endings by <a href="https://github.com/shuheiktgw"><code>@​shuheiktgw</code></a> in <a href="https://redirect.github.com/goccy/go-yaml/pull/744">goccy/go-yaml#744</a></li> <li>Update custom marshaler and unmarshaler to accept context by <a href="https://github.com/pgeiem"><code>@​pgeiem</code></a> in <a href="https://redirect.github.com/goccy/go-yaml/pull/745">goccy/go-yaml#745</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/bwplotka"><code>@​bwplotka</code></a> made their first contribution in <a href="https://redirect.github.com/goccy/go-yaml/pull/691">goccy/go-yaml#691</a></li> <li><a href="https://github.com/eikemeier"><code>@​eikemeier</code></a> made their first contribution in <a href="https://redirect.github.com/goccy/go-yaml/pull/686">goccy/go-yaml#686</a></li> <li><a href="https://github.com/pgeiem"><code>@​pgeiem</code></a> made their first contribution in <a href="https://redirect.github.com/goccy/go-yaml/pull/745">goccy/go-yaml#745</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/goccy/go-yaml/compare/v1.17.1...v1.18.0">https://github.com/goccy/go-yaml/compare/v1.17.1...v1.18.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/goccy/go-yaml/commit/52dacb84f31d55f1d4f0916d48707456a7c90ecb"><code>52dacb8</code></a> Update custom marshaler and unmarshaler to accept context (<a href="https://redirect.github.com/goccy/go-yaml/issues/745">#745</a>)</li> <li><a href="https://github.com/goccy/go-yaml/commit/680eea761fbf6abded9ec1ee7957c20bd8ac4cfa"><code>680eea7</code></a> Add support for multi-line double-quoted strings with CRLF line endings (<a href="https://redirect.github.com/goccy/go-yaml/issues/744">#744</a>)</li> <li><a href="https://github.com/goccy/go-yaml/commit/f1c23f747b02cf7af81d3d1792909cb43f5def1c"><code>f1c23f7</code></a> Fix misaligned indentation in comments (<a href="https://redirect.github.com/goccy/go-yaml/issues/734">#734</a>)</li> <li><a href="https://github.com/goccy/go-yaml/commit/6a6c998c2fd0102e5edb17c7054420a35ec12cd5"><code>6a6c998</code></a> Prevent panic when decoding string named types (<a href="https://redirect.github.com/goccy/go-yaml/issues/743">#743</a>)</li> <li><a href="https://github.com/goccy/go-yaml/commit/04f9bb53f72ea66b15c198164c7195c87108d608"><code>04f9bb5</code></a> feat: Dont make copies of structs for validation (<a href="https://redirect.github.com/goccy/go-yaml/issues/737">#737</a>)</li> <li><a href="https://github.com/goccy/go-yaml/commit/c430438700dc5bcac447fc0a6a88e6e756ba7f52"><code>c430438</code></a> Support omitzero (<a href="https://redirect.github.com/goccy/go-yaml/issues/729">#729</a>)</li> <li><a href="https://github.com/goccy/go-yaml/commit/500180b7b72264c5442e1d5e32269f73f89eb28c"><code>500180b</code></a> support implicit null (<a href="https://redirect.github.com/goccy/go-yaml/issues/727">#727</a>)</li> <li><a href="https://github.com/goccy/go-yaml/commit/e61dcd0829750b3b82ab1300c629751c525cd23a"><code>e61dcd0</code></a> set null value for empty document (<a href="https://redirect.github.com/goccy/go-yaml/issues/725">#725</a>)</li> <li><a href="https://github.com/goccy/go-yaml/commit/4b07c0d4851994ed29d585de04d20cb7c7533359"><code>4b07c0d</code></a> Add Go 1.24 to test matrix (<a href="https://redirect.github.com/goccy/go-yaml/issues/722">#722</a>)</li> <li><a href="https://github.com/goccy/go-yaml/commit/427b18e1b78a5ee3604a04056b08dff9db4ed2d7"><code>427b18e</code></a> Avoid returning an error for null document (<a href="https://redirect.github.com/goccy/go-yaml/issues/721">#721</a>)</li> <li>Additional commits viewable in <a href="https://github.com/goccy/go-yaml/compare/v1.17.1...v1.18.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/goccy/go-yaml&package-manager=go_modules&previous-version=1.17.1&new-version=1.18.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 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) </details> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: tac0turtle <you@example.com> Co-authored-by: Marko <marko@baricevic.me>
1 parent e57afe4 commit bcc8bad

10 files changed

Lines changed: 15 additions & 15 deletions

File tree

apps/evm/based/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ require (
6666
github.com/go-logr/stdr v1.2.2 // indirect
6767
github.com/go-ole/go-ole v1.3.0 // indirect
6868
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
69-
github.com/goccy/go-yaml v1.17.1 // indirect
69+
github.com/goccy/go-yaml v1.18.0 // indirect
7070
github.com/godbus/dbus/v5 v5.1.0 // indirect
7171
github.com/gofrs/flock v0.12.1 // indirect
7272
github.com/gogo/protobuf v1.3.2 // indirect

apps/evm/based/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,8 +272,8 @@ github.com/go-task/slim-sprig/v3 v3.0.0/go.mod h1:W848ghGpv3Qj3dhTPRyJypKRiqCdHZ
272272
github.com/go-viper/mapstructure/v2 v2.0.0 h1:dhn8MZ1gZ0mzeodTG3jt5Vj/o87xZKuNAprG2mQfMfc=
273273
github.com/go-viper/mapstructure/v2 v2.0.0/go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM=
274274
github.com/go-yaml/yaml v2.1.0+incompatible/go.mod h1:w2MrLa16VYP0jy6N7M5kHaCkaLENm+P+Tv+MfurjSw0=
275-
github.com/goccy/go-yaml v1.17.1 h1:LI34wktB2xEE3ONG/2Ar54+/HJVBriAGJ55PHls4YuY=
276-
github.com/goccy/go-yaml v1.17.1/go.mod h1:XBurs7gK8ATbW4ZPGKgcbrY1Br56PdM69F7LkFRi1kA=
275+
github.com/goccy/go-yaml v1.18.0 h1:8W7wMFS12Pcas7KU+VVkaiCng+kG8QiFeFwzFb+rwuw=
276+
github.com/goccy/go-yaml v1.18.0/go.mod h1:XBurs7gK8ATbW4ZPGKgcbrY1Br56PdM69F7LkFRi1kA=
277277
github.com/godbus/dbus/v5 v5.0.3/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA=
278278
github.com/godbus/dbus/v5 v5.0.4/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA=
279279
github.com/godbus/dbus/v5 v5.1.0 h1:4KLkAxT3aOY8Li4FRJe/KvhoNFFxo0m6fNuFUO8QJUk=

apps/evm/single/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ require (
6767
github.com/go-logr/stdr v1.2.2 // indirect
6868
github.com/go-ole/go-ole v1.3.0 // indirect
6969
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
70-
github.com/goccy/go-yaml v1.17.1 // indirect
70+
github.com/goccy/go-yaml v1.18.0 // indirect
7171
github.com/godbus/dbus/v5 v5.1.0 // indirect
7272
github.com/gofrs/flock v0.12.1 // indirect
7373
github.com/gogo/protobuf v1.3.2 // indirect

apps/evm/single/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,8 +272,8 @@ github.com/go-task/slim-sprig/v3 v3.0.0/go.mod h1:W848ghGpv3Qj3dhTPRyJypKRiqCdHZ
272272
github.com/go-viper/mapstructure/v2 v2.0.0 h1:dhn8MZ1gZ0mzeodTG3jt5Vj/o87xZKuNAprG2mQfMfc=
273273
github.com/go-viper/mapstructure/v2 v2.0.0/go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM=
274274
github.com/go-yaml/yaml v2.1.0+incompatible/go.mod h1:w2MrLa16VYP0jy6N7M5kHaCkaLENm+P+Tv+MfurjSw0=
275-
github.com/goccy/go-yaml v1.17.1 h1:LI34wktB2xEE3ONG/2Ar54+/HJVBriAGJ55PHls4YuY=
276-
github.com/goccy/go-yaml v1.17.1/go.mod h1:XBurs7gK8ATbW4ZPGKgcbrY1Br56PdM69F7LkFRi1kA=
275+
github.com/goccy/go-yaml v1.18.0 h1:8W7wMFS12Pcas7KU+VVkaiCng+kG8QiFeFwzFb+rwuw=
276+
github.com/goccy/go-yaml v1.18.0/go.mod h1:XBurs7gK8ATbW4ZPGKgcbrY1Br56PdM69F7LkFRi1kA=
277277
github.com/godbus/dbus/v5 v5.0.3/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA=
278278
github.com/godbus/dbus/v5 v5.0.4/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA=
279279
github.com/godbus/dbus/v5 v5.1.0 h1:4KLkAxT3aOY8Li4FRJe/KvhoNFFxo0m6fNuFUO8QJUk=

apps/testapp/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ require (
5050
github.com/go-logr/logr v1.4.2 // indirect
5151
github.com/go-logr/stdr v1.2.2 // indirect
5252
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
53-
github.com/goccy/go-yaml v1.17.1 // indirect
53+
github.com/goccy/go-yaml v1.18.0 // indirect
5454
github.com/godbus/dbus/v5 v5.1.0 // indirect
5555
github.com/gogo/protobuf v1.3.2 // indirect
5656
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect

apps/testapp/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ github.com/go-logr/stdr v1.2.2/go.mod h1:mMo/vtBO5dYbehREoey6XUKy/eSumjCCveDpRre
112112
github.com/go-task/slim-sprig/v3 v3.0.0 h1:sUs3vkvUymDpBKi3qH1YSqBQk9+9D/8M2mN1vB6EwHI=
113113
github.com/go-task/slim-sprig/v3 v3.0.0/go.mod h1:W848ghGpv3Qj3dhTPRyJypKRiqCdHZiAzKg9hl15HA8=
114114
github.com/go-yaml/yaml v2.1.0+incompatible/go.mod h1:w2MrLa16VYP0jy6N7M5kHaCkaLENm+P+Tv+MfurjSw0=
115-
github.com/goccy/go-yaml v1.17.1 h1:LI34wktB2xEE3ONG/2Ar54+/HJVBriAGJ55PHls4YuY=
116-
github.com/goccy/go-yaml v1.17.1/go.mod h1:XBurs7gK8ATbW4ZPGKgcbrY1Br56PdM69F7LkFRi1kA=
115+
github.com/goccy/go-yaml v1.18.0 h1:8W7wMFS12Pcas7KU+VVkaiCng+kG8QiFeFwzFb+rwuw=
116+
github.com/goccy/go-yaml v1.18.0/go.mod h1:XBurs7gK8ATbW4ZPGKgcbrY1Br56PdM69F7LkFRi1kA=
117117
github.com/godbus/dbus/v5 v5.0.3/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA=
118118
github.com/godbus/dbus/v5 v5.0.4/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA=
119119
github.com/godbus/dbus/v5 v5.1.0 h1:4KLkAxT3aOY8Li4FRJe/KvhoNFFxo0m6fNuFUO8QJUk=

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
github.com/celestiaorg/go-header v0.6.6
1414
github.com/celestiaorg/utils v0.1.0
1515
github.com/go-kit/kit v0.13.0
16-
github.com/goccy/go-yaml v1.17.1
16+
github.com/goccy/go-yaml v1.18.0
1717
github.com/ipfs/go-datastore v0.8.2
1818
github.com/ipfs/go-ds-badger4 v0.1.8
1919
github.com/ipfs/go-log/v2 v2.5.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ github.com/go-logr/stdr v1.2.2/go.mod h1:mMo/vtBO5dYbehREoey6XUKy/eSumjCCveDpRre
108108
github.com/go-task/slim-sprig/v3 v3.0.0 h1:sUs3vkvUymDpBKi3qH1YSqBQk9+9D/8M2mN1vB6EwHI=
109109
github.com/go-task/slim-sprig/v3 v3.0.0/go.mod h1:W848ghGpv3Qj3dhTPRyJypKRiqCdHZiAzKg9hl15HA8=
110110
github.com/go-yaml/yaml v2.1.0+incompatible/go.mod h1:w2MrLa16VYP0jy6N7M5kHaCkaLENm+P+Tv+MfurjSw0=
111-
github.com/goccy/go-yaml v1.17.1 h1:LI34wktB2xEE3ONG/2Ar54+/HJVBriAGJ55PHls4YuY=
112-
github.com/goccy/go-yaml v1.17.1/go.mod h1:XBurs7gK8ATbW4ZPGKgcbrY1Br56PdM69F7LkFRi1kA=
111+
github.com/goccy/go-yaml v1.18.0 h1:8W7wMFS12Pcas7KU+VVkaiCng+kG8QiFeFwzFb+rwuw=
112+
github.com/goccy/go-yaml v1.18.0/go.mod h1:XBurs7gK8ATbW4ZPGKgcbrY1Br56PdM69F7LkFRi1kA=
113113
github.com/godbus/dbus/v5 v5.0.3/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA=
114114
github.com/godbus/dbus/v5 v5.0.4/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA=
115115
github.com/godbus/dbus/v5 v5.1.0 h1:4KLkAxT3aOY8Li4FRJe/KvhoNFFxo0m6fNuFUO8QJUk=

sequencers/single/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ require (
3939
github.com/go-logr/logr v1.4.2 // indirect
4040
github.com/go-logr/stdr v1.2.2 // indirect
4141
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
42-
github.com/goccy/go-yaml v1.17.1 // indirect
42+
github.com/goccy/go-yaml v1.18.0 // indirect
4343
github.com/godbus/dbus/v5 v5.1.0 // indirect
4444
github.com/gogo/protobuf v1.3.2 // indirect
4545
github.com/google/gopacket v1.1.19 // indirect

sequencers/single/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ github.com/go-logr/stdr v1.2.2/go.mod h1:mMo/vtBO5dYbehREoey6XUKy/eSumjCCveDpRre
9292
github.com/go-task/slim-sprig/v3 v3.0.0 h1:sUs3vkvUymDpBKi3qH1YSqBQk9+9D/8M2mN1vB6EwHI=
9393
github.com/go-task/slim-sprig/v3 v3.0.0/go.mod h1:W848ghGpv3Qj3dhTPRyJypKRiqCdHZiAzKg9hl15HA8=
9494
github.com/go-yaml/yaml v2.1.0+incompatible/go.mod h1:w2MrLa16VYP0jy6N7M5kHaCkaLENm+P+Tv+MfurjSw0=
95-
github.com/goccy/go-yaml v1.17.1 h1:LI34wktB2xEE3ONG/2Ar54+/HJVBriAGJ55PHls4YuY=
96-
github.com/goccy/go-yaml v1.17.1/go.mod h1:XBurs7gK8ATbW4ZPGKgcbrY1Br56PdM69F7LkFRi1kA=
95+
github.com/goccy/go-yaml v1.18.0 h1:8W7wMFS12Pcas7KU+VVkaiCng+kG8QiFeFwzFb+rwuw=
96+
github.com/goccy/go-yaml v1.18.0/go.mod h1:XBurs7gK8ATbW4ZPGKgcbrY1Br56PdM69F7LkFRi1kA=
9797
github.com/godbus/dbus/v5 v5.0.3/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA=
9898
github.com/godbus/dbus/v5 v5.0.4/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA=
9999
github.com/godbus/dbus/v5 v5.1.0 h1:4KLkAxT3aOY8Li4FRJe/KvhoNFFxo0m6fNuFUO8QJUk=

0 commit comments

Comments
 (0)