Skip to content

Commit 620ed4f

Browse files
dependabot[bot]tac0turtle
andauthored
build(deps): Bump github.com/spf13/viper from 1.19.0 to 1.20.1 (#2431)
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.19.0 to 1.20.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/spf13/viper/releases">github.com/spf13/viper's releases</a>.</em></p> <blockquote> <h2>v1.20.1</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>Bug Fixes 🐛</h3> <ul> <li>Backport config type fixes to 1.20.x by <a href="https://github.com/sagikazarmark"><code>@​sagikazarmark</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/2005">spf13/viper#2005</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/spf13/viper/compare/v1.20.0...v1.20.1">https://github.com/spf13/viper/compare/v1.20.0...v1.20.1</a></p> <h2>v1.20.0</h2> <!-- raw HTML omitted --> <blockquote> <p>[!WARNING] This release includes a few minor breaking changes. Read the <a href="https://github.com/spf13/viper/blob/master/UPGRADE.md#v120x">upgrade guide</a> for details.</p> </blockquote> <h2>What's Changed</h2> <h3>Exciting New Features 🎉</h3> <ul> <li>New encoding layer by <a href="https://github.com/sagikazarmark"><code>@​sagikazarmark</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/1869">spf13/viper#1869</a></li> </ul> <h3>Enhancements 🚀</h3> <ul> <li>Drop Go 1.20 support by <a href="https://github.com/sagikazarmark"><code>@​sagikazarmark</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/1846">spf13/viper#1846</a></li> <li>Drop slog shim by <a href="https://github.com/sagikazarmark"><code>@​sagikazarmark</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/1848">spf13/viper#1848</a></li> <li>Replace file searching API with a finder by <a href="https://github.com/sagikazarmark"><code>@​sagikazarmark</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/1849">spf13/viper#1849</a></li> <li>Finder feature flag by <a href="https://github.com/sagikazarmark"><code>@​sagikazarmark</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/1852">spf13/viper#1852</a></li> <li>Allow setting options on the global Viper instance by <a href="https://github.com/sagikazarmark"><code>@​sagikazarmark</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/1856">spf13/viper#1856</a></li> <li>Add experimental flag for bind struct by <a href="https://github.com/sagikazarmark"><code>@​sagikazarmark</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/1854">spf13/viper#1854</a></li> <li>Make the remote package a separate module by <a href="https://github.com/sagikazarmark"><code>@​sagikazarmark</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/1860">spf13/viper#1860</a></li> <li>Add decoder hook option by <a href="https://github.com/sagikazarmark"><code>@​sagikazarmark</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/1872">spf13/viper#1872</a></li> <li>Encoder improvements by <a href="https://github.com/sagikazarmark"><code>@​sagikazarmark</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/1885">spf13/viper#1885</a></li> <li>Get uint8 by <a href="https://github.com/martinconic"><code>@​martinconic</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/1894">spf13/viper#1894</a></li> </ul> <h3>Bug Fixes 🐛</h3> <ul> <li>Fix missing config type when reading from a buffer by <a href="https://github.com/sagikazarmark"><code>@​sagikazarmark</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/1857">spf13/viper#1857</a></li> <li>fix: do not allow setting dependencies to nil values by <a href="https://github.com/sagikazarmark"><code>@​sagikazarmark</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/1871">spf13/viper#1871</a></li> <li>feat: copy keydelim from parent chart in viper.Sub() by <a href="https://github.com/obs-gh-alexlew"><code>@​obs-gh-alexlew</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/1887">spf13/viper#1887</a></li> </ul> <h3>Breaking Changes 🛠</h3> <ul> <li>Drop encoding formats: HCL, Java properties, INI by <a href="https://github.com/sagikazarmark"><code>@​sagikazarmark</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/1870">spf13/viper#1870</a></li> </ul> <h3>Dependency Updates ⬆️</h3> <ul> <li>chore: update mapstructure by <a href="https://github.com/sagikazarmark"><code>@​sagikazarmark</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/1723">spf13/viper#1723</a></li> <li>chore: update crypt by <a href="https://github.com/sagikazarmark"><code>@​sagikazarmark</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/1834">spf13/viper#1834</a></li> <li>build(deps): bump github/codeql-action from 3.25.7 to 3.25.8 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/1853">spf13/viper#1853</a></li> <li>Revert to go-difflib and go-spew releases by <a href="https://github.com/skitt"><code>@​skitt</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/1861">spf13/viper#1861</a></li> <li>build(deps): bump actions/dependency-review-action from 4.3.2 to 4.3.3 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/1862">spf13/viper#1862</a></li> <li>build(deps): bump github/codeql-action from 3.25.8 to 3.25.10 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/1865">spf13/viper#1865</a></li> <li>build(deps): bump actions/checkout from 4.1.6 to 4.1.7 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/1864">spf13/viper#1864</a></li> <li>chore: update crypt by <a href="https://github.com/sagikazarmark"><code>@​sagikazarmark</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/1866">spf13/viper#1866</a></li> <li>build(deps): bump github/codeql-action from 3.25.10 to 3.25.11 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/1876">spf13/viper#1876</a></li> <li>build(deps): bump google.golang.org/grpc from 1.64.0 to 1.64.1 in /remote by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/1878">spf13/viper#1878</a></li> <li>build(deps): bump actions/setup-go from 5.0.1 to 5.0.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/1879">spf13/viper#1879</a></li> <li>build(deps): bump actions/dependency-review-action from 4.3.3 to 4.3.4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/1881">spf13/viper#1881</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/spf13/viper/commit/9568cfcfd660a1c1c6c762f335ae79f370488417"><code>9568cfc</code></a> fix: config type check when loading any config</li> <li><a href="https://github.com/spf13/viper/commit/fd05140cd675b256b5076759e38403874fc5826d"><code>fd05140</code></a> fix(config): get config type from v.configType or config file ext</li> <li><a href="https://github.com/spf13/viper/commit/c038295114ebabab9d57440f76025cfa73d7df3e"><code>c038295</code></a> docs: add update instructions for 1.20</li> <li><a href="https://github.com/spf13/viper/commit/9c07e0f0633cae75a540fc606c6ebb3bece61826"><code>9c07e0f</code></a> build: disable unused linters</li> <li><a href="https://github.com/spf13/viper/commit/48112d6a050e8a0af0a0aa2ae0d29834f603154b"><code>48112d6</code></a> ci: add Go 1.24 to the test matrix</li> <li><a href="https://github.com/spf13/viper/commit/66e3e2877d2aa0b521a39f28f3340181e5603741"><code>66e3e28</code></a> build(deps): bump github.com/spf13/pflag from 1.0.5 to 1.0.6</li> <li><a href="https://github.com/spf13/viper/commit/17b96ac0d54073bdbd05364a52195e6277c86b16"><code>17b96ac</code></a> New Logo</li> <li><a href="https://github.com/spf13/viper/commit/8b223a45cef1badfd02317591a316095fb15a5d2"><code>8b223a4</code></a> build(deps): bump github.com/spf13/cast from 1.7.0 to 1.7.1</li> <li><a href="https://github.com/spf13/viper/commit/91fd3639d7b10935d3e1308d350a7f727834561e"><code>91fd363</code></a> chore: update afero</li> <li><a href="https://github.com/spf13/viper/commit/e75c48f185d3a75e447bd67f80fa153a88a9c958"><code>e75c48f</code></a> Fix issues reported by testifylint</li> <li>Additional commits viewable in <a href="https://github.com/spf13/viper/compare/v1.19.0...v1.20.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/spf13/viper&package-manager=go_modules&previous-version=1.19.0&new-version=1.20.1)](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>
1 parent 333ca81 commit 620ed4f

File tree

12 files changed

+117
-169
lines changed

12 files changed

+117
-169
lines changed

apps/evm/based/go.mod

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ require (
105105
github.com/flynn/noise v1.1.0 // indirect
106106
github.com/francoispqt/gojay v1.2.13 // indirect
107107
github.com/fsnotify/fsevents v0.2.0 // indirect
108-
github.com/fsnotify/fsnotify v1.7.0 // indirect
108+
github.com/fsnotify/fsnotify v1.8.0 // indirect
109109
github.com/fvbommel/sortorder v1.1.0 // indirect
110110
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
111111
github.com/go-kit/kit v0.13.0 // indirect
@@ -142,7 +142,6 @@ require (
142142
github.com/hashicorp/go-version v1.7.0 // indirect
143143
github.com/hashicorp/golang-lru v1.0.2 // indirect
144144
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
145-
github.com/hashicorp/hcl v1.0.0 // indirect
146145
github.com/holiman/uint256 v1.3.2 // indirect
147146
github.com/huin/goupnp v1.3.0 // indirect
148147
github.com/imdario/mergo v0.3.16 // indirect
@@ -268,8 +267,7 @@ require (
268267
github.com/raulk/go-watchdog v1.3.0 // indirect
269268
github.com/rivo/uniseg v0.2.0 // indirect
270269
github.com/rs/cors v1.11.1 // indirect
271-
github.com/sagikazarmark/locafero v0.4.0 // indirect
272-
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
270+
github.com/sagikazarmark/locafero v0.7.0 // indirect
273271
github.com/secure-systems-lab/go-securesystemslib v0.4.0 // indirect
274272
github.com/serialx/hashring v0.0.0-20200727003509-22c0c7ab6b1b // indirect
275273
github.com/shibumi/go-pathspec v1.3.0 // indirect
@@ -279,10 +277,10 @@ require (
279277
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 // indirect
280278
github.com/sourcegraph/conc v0.3.0 // indirect
281279
github.com/spaolacci/murmur3 v1.1.0 // indirect
282-
github.com/spf13/afero v1.11.0 // indirect
283-
github.com/spf13/cast v1.6.0 // indirect
280+
github.com/spf13/afero v1.12.0 // indirect
281+
github.com/spf13/cast v1.7.1 // indirect
284282
github.com/spf13/pflag v1.0.6 // indirect
285-
github.com/spf13/viper v1.19.0 // indirect
283+
github.com/spf13/viper v1.20.1 // indirect
286284
github.com/stretchr/objx v0.5.2 // indirect
287285
github.com/stretchr/testify v1.10.0 // indirect
288286
github.com/subosito/gotenv v1.6.0 // indirect

apps/evm/based/go.sum

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -280,8 +280,8 @@ github.com/frankban/quicktest v1.14.6/go.mod h1:4ptaffx2x8+WTWXmUCuVU6aPUX1/Mz7z
280280
github.com/fsnotify/fsevents v0.2.0 h1:BRlvlqjvNTfogHfeBOFvSC9N0Ddy+wzQCQukyoD7o/c=
281281
github.com/fsnotify/fsevents v0.2.0/go.mod h1:B3eEk39i4hz8y1zaWS/wPrAP4O6wkIl7HQwKBr1qH/w=
282282
github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo=
283-
github.com/fsnotify/fsnotify v1.7.0 h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nosvA=
284-
github.com/fsnotify/fsnotify v1.7.0/go.mod h1:40Bi/Hjc2AVfZrqy+aj+yEI+/bRxZnMJyTJwOpGvigM=
283+
github.com/fsnotify/fsnotify v1.8.0 h1:dAwr6QBTBZIkG8roQaJjGof0pp0EeF+tNV7YBP3F/8M=
284+
github.com/fsnotify/fsnotify v1.8.0/go.mod h1:8jBTzvmWwFyi3Pb8djgCCO5IBqzKJ/Jwo8TRcHyHii0=
285285
github.com/fvbommel/sortorder v1.1.0 h1:fUmoe+HLsBTctBDoaBwpQo5N+nrCp8g/BjKb/6ZQmYw=
286286
github.com/fvbommel/sortorder v1.1.0/go.mod h1:uk88iVf1ovNn1iLfgUVU2F9o5eO30ui720w+kxuqRs0=
287287
github.com/fxamacker/cbor/v2 v2.7.0 h1:iM5WgngdRBanHcxugY4JySA0nk1wZorNOpTgCMedv5E=
@@ -426,8 +426,6 @@ github.com/hashicorp/golang-lru v1.0.2 h1:dV3g9Z/unq5DpblPpw+Oqcv4dU/1omnb4Ok8iP
426426
github.com/hashicorp/golang-lru v1.0.2/go.mod h1:iADmTwqILo4mZ8BN3D2Q6+9jd8WM5uGBxy+E8yxSoD4=
427427
github.com/hashicorp/golang-lru/v2 v2.0.7 h1:a+bsQ5rvGLjzHuww6tVxozPZFVghXaHOwFs4luLUK2k=
428428
github.com/hashicorp/golang-lru/v2 v2.0.7/go.mod h1:QeFd9opnmA6QUJc5vARoKUSoFhyfM2/ZepoAG6RGpeM=
429-
github.com/hashicorp/hcl v1.0.0 h1:0Anlzjpi4vEasTeNFn2mLJgTSwt0+6sfsiTG8qcWGx4=
430-
github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ=
431429
github.com/hinshun/vt10x v0.0.0-20220119200601-820417d04eec h1:qv2VnGeEQHchGaZ/u7lxST/RaJw+cv273q79D81Xbog=
432430
github.com/hinshun/vt10x v0.0.0-20220119200601-820417d04eec/go.mod h1:Q48J4R4DvxnHolD5P8pOtXigYlRuPLGl6moFx3ulM68=
433431
github.com/holiman/billy v0.0.0-20240216141850-2abb0c79d3c4 h1:X4egAf/gcS1zATw6wn4Ej8vjuVGxeHdan+bRb2ebyv4=
@@ -806,10 +804,8 @@ github.com/russross/blackfriday v1.6.0 h1:KqfZb0pUVN2lYqZUYRddxF4OR8ZMURnJIG5Y3V
806804
github.com/russross/blackfriday/v2 v2.0.1/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
807805
github.com/russross/blackfriday/v2 v2.1.0 h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf35Ld67mk=
808806
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
809-
github.com/sagikazarmark/locafero v0.4.0 h1:HApY1R9zGo4DBgr7dqsTH/JJxLTTsOt7u6keLGt6kNQ=
810-
github.com/sagikazarmark/locafero v0.4.0/go.mod h1:Pe1W6UlPYUk/+wc/6KFhbORCfqzgYEpgQ3O5fPuL3H4=
811-
github.com/sagikazarmark/slog-shim v0.1.0 h1:diDBnUNK9N/354PgrxMywXnAwEr1QZcOr6gto+ugjYE=
812-
github.com/sagikazarmark/slog-shim v0.1.0/go.mod h1:SrcSrq8aKtyuqEI1uvTDTK1arOWRIczQRv+GVI1AkeQ=
807+
github.com/sagikazarmark/locafero v0.7.0 h1:5MqpDsTGNDhY8sGp0Aowyf0qKsPrhewaLSsFaodPcyo=
808+
github.com/sagikazarmark/locafero v0.7.0/go.mod h1:2za3Cg5rMaTMoG/2Ulr9AwtFaIppKXTRYnozin4aB5k=
813809
github.com/secure-systems-lab/go-securesystemslib v0.4.0 h1:b23VGrQhTA8cN2CbBw7/FulN9fTtqYUdS5+Oxzt+DUE=
814810
github.com/secure-systems-lab/go-securesystemslib v0.4.0/go.mod h1:FGBZgq2tXWICsxWQW1msNf49F0Pf2Op5Htayx335Qbs=
815811
github.com/sergi/go-diff v1.0.0/go.mod h1:0CfEIISq7TuYL3j771MWULgwwjU+GofnZX9QAmXWZgo=
@@ -864,11 +860,11 @@ github.com/spaolacci/murmur3 v1.1.0 h1:7c1g84S4BPRrfL5Xrdp6fOJ206sU9y293DDHaoy0b
864860
github.com/spaolacci/murmur3 v1.1.0/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA=
865861
github.com/spdx/tools-golang v0.5.3 h1:ialnHeEYUC4+hkm5vJm4qz2x+oEJbS0mAMFrNXdQraY=
866862
github.com/spdx/tools-golang v0.5.3/go.mod h1:/ETOahiAo96Ob0/RAIBmFZw6XN0yTnyr/uFZm2NTMhI=
867-
github.com/spf13/afero v1.11.0 h1:WJQKhtpdm3v2IzqG8VMqrr6Rf3UYpEF239Jy9wNepM8=
868-
github.com/spf13/afero v1.11.0/go.mod h1:GH9Y3pIexgf1MTIWtNGyogA5MwRIDXGUr+hbWNoBjkY=
863+
github.com/spf13/afero v1.12.0 h1:UcOPyRBYczmFn6yvphxkn9ZEOY65cpwGKb5mL36mrqs=
864+
github.com/spf13/afero v1.12.0/go.mod h1:ZTlWwG4/ahT8W7T0WQ5uYmjI9duaLQGy3Q2OAl4sk/4=
869865
github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94/go.mod h1:r2rcYCSwa1IExKTDiTfzaxqT2FNHs8hODu4LnUfgKEg=
870-
github.com/spf13/cast v1.6.0 h1:GEiTHELF+vaR5dhz3VqZfFSzZjYbgeKDpBxQVS4GYJ0=
871-
github.com/spf13/cast v1.6.0/go.mod h1:ancEpBxwJDODSW/UG4rDrAqiKolqNNh2DX3mk86cAdo=
866+
github.com/spf13/cast v1.7.1 h1:cuNEagBQEHWN1FnbGEjCXL2szYEXqfJPbP2HNUaca9Y=
867+
github.com/spf13/cast v1.7.1/go.mod h1:ancEpBxwJDODSW/UG4rDrAqiKolqNNh2DX3mk86cAdo=
872868
github.com/spf13/cobra v0.0.1/go.mod h1:1l0Ry5zgKvJasoi3XT1TypsSe7PqH0Sj9dhYf7v3XqQ=
873869
github.com/spf13/cobra v1.9.1 h1:CXSaggrXdbHK9CF+8ywj8Amf7PBRmPCOJugH954Nnlo=
874870
github.com/spf13/cobra v1.9.1/go.mod h1:nDyEzZ8ogv936Cinf6g1RU9MRY64Ir93oCnqb9wxYW0=
@@ -877,8 +873,8 @@ github.com/spf13/pflag v1.0.0/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnIn
877873
github.com/spf13/pflag v1.0.6 h1:jFzHGLGAlb3ruxLB8MhbI6A8+AQX/2eW4qeyNZXNp2o=
878874
github.com/spf13/pflag v1.0.6/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
879875
github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c/go.mod h1:A8kyI5cUJhb8N+3pkfONlcEcZbueH6nhAm0Fq7SrnBM=
880-
github.com/spf13/viper v1.19.0 h1:RWq5SEjt8o25SROyN3z2OrDB9l7RPd3lwTWU8EcEdcI=
881-
github.com/spf13/viper v1.19.0/go.mod h1:GQUN9bilAbhU/jgc1bKs99f/suXKeUMct8Adx5+Ntkg=
876+
github.com/spf13/viper v1.20.1 h1:ZMi+z/lvLyPSCoNtFCpqjy0S4kPbirhpTMwl8BkW9X4=
877+
github.com/spf13/viper v1.20.1/go.mod h1:P9Mdzt1zoHIG8m2eZQinpiBjo6kCmZSKBClNNqjJvu4=
882878
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
883879
github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
884880
github.com/stretchr/objx v0.2.0/go.mod h1:qt09Ya8vawLte6SNmTgCsAVtYtaKzEcn8ATUoHMkEqE=

apps/evm/single/go.mod

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ require (
105105
github.com/flynn/noise v1.1.0 // indirect
106106
github.com/francoispqt/gojay v1.2.13 // indirect
107107
github.com/fsnotify/fsevents v0.2.0 // indirect
108-
github.com/fsnotify/fsnotify v1.7.0 // indirect
108+
github.com/fsnotify/fsnotify v1.8.0 // indirect
109109
github.com/fvbommel/sortorder v1.1.0 // indirect
110110
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
111111
github.com/go-kit/kit v0.13.0 // indirect
@@ -142,7 +142,6 @@ require (
142142
github.com/hashicorp/go-version v1.7.0 // indirect
143143
github.com/hashicorp/golang-lru v1.0.2 // indirect
144144
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
145-
github.com/hashicorp/hcl v1.0.0 // indirect
146145
github.com/holiman/uint256 v1.3.2 // indirect
147146
github.com/huin/goupnp v1.3.0 // indirect
148147
github.com/imdario/mergo v0.3.16 // indirect
@@ -268,8 +267,7 @@ require (
268267
github.com/raulk/go-watchdog v1.3.0 // indirect
269268
github.com/rivo/uniseg v0.2.0 // indirect
270269
github.com/rs/cors v1.11.1 // indirect
271-
github.com/sagikazarmark/locafero v0.4.0 // indirect
272-
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
270+
github.com/sagikazarmark/locafero v0.7.0 // indirect
273271
github.com/secure-systems-lab/go-securesystemslib v0.4.0 // indirect
274272
github.com/serialx/hashring v0.0.0-20200727003509-22c0c7ab6b1b // indirect
275273
github.com/shibumi/go-pathspec v1.3.0 // indirect
@@ -279,10 +277,10 @@ require (
279277
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 // indirect
280278
github.com/sourcegraph/conc v0.3.0 // indirect
281279
github.com/spaolacci/murmur3 v1.1.0 // indirect
282-
github.com/spf13/afero v1.11.0 // indirect
283-
github.com/spf13/cast v1.6.0 // indirect
280+
github.com/spf13/afero v1.12.0 // indirect
281+
github.com/spf13/cast v1.7.1 // indirect
284282
github.com/spf13/pflag v1.0.6 // indirect
285-
github.com/spf13/viper v1.19.0 // indirect
283+
github.com/spf13/viper v1.20.1 // indirect
286284
github.com/stretchr/objx v0.5.2 // indirect
287285
github.com/stretchr/testify v1.10.0 // indirect
288286
github.com/subosito/gotenv v1.6.0 // indirect

apps/evm/single/go.sum

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -280,8 +280,8 @@ github.com/frankban/quicktest v1.14.6/go.mod h1:4ptaffx2x8+WTWXmUCuVU6aPUX1/Mz7z
280280
github.com/fsnotify/fsevents v0.2.0 h1:BRlvlqjvNTfogHfeBOFvSC9N0Ddy+wzQCQukyoD7o/c=
281281
github.com/fsnotify/fsevents v0.2.0/go.mod h1:B3eEk39i4hz8y1zaWS/wPrAP4O6wkIl7HQwKBr1qH/w=
282282
github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo=
283-
github.com/fsnotify/fsnotify v1.7.0 h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nosvA=
284-
github.com/fsnotify/fsnotify v1.7.0/go.mod h1:40Bi/Hjc2AVfZrqy+aj+yEI+/bRxZnMJyTJwOpGvigM=
283+
github.com/fsnotify/fsnotify v1.8.0 h1:dAwr6QBTBZIkG8roQaJjGof0pp0EeF+tNV7YBP3F/8M=
284+
github.com/fsnotify/fsnotify v1.8.0/go.mod h1:8jBTzvmWwFyi3Pb8djgCCO5IBqzKJ/Jwo8TRcHyHii0=
285285
github.com/fvbommel/sortorder v1.1.0 h1:fUmoe+HLsBTctBDoaBwpQo5N+nrCp8g/BjKb/6ZQmYw=
286286
github.com/fvbommel/sortorder v1.1.0/go.mod h1:uk88iVf1ovNn1iLfgUVU2F9o5eO30ui720w+kxuqRs0=
287287
github.com/fxamacker/cbor/v2 v2.7.0 h1:iM5WgngdRBanHcxugY4JySA0nk1wZorNOpTgCMedv5E=
@@ -426,8 +426,6 @@ github.com/hashicorp/golang-lru v1.0.2 h1:dV3g9Z/unq5DpblPpw+Oqcv4dU/1omnb4Ok8iP
426426
github.com/hashicorp/golang-lru v1.0.2/go.mod h1:iADmTwqILo4mZ8BN3D2Q6+9jd8WM5uGBxy+E8yxSoD4=
427427
github.com/hashicorp/golang-lru/v2 v2.0.7 h1:a+bsQ5rvGLjzHuww6tVxozPZFVghXaHOwFs4luLUK2k=
428428
github.com/hashicorp/golang-lru/v2 v2.0.7/go.mod h1:QeFd9opnmA6QUJc5vARoKUSoFhyfM2/ZepoAG6RGpeM=
429-
github.com/hashicorp/hcl v1.0.0 h1:0Anlzjpi4vEasTeNFn2mLJgTSwt0+6sfsiTG8qcWGx4=
430-
github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ=
431429
github.com/hinshun/vt10x v0.0.0-20220119200601-820417d04eec h1:qv2VnGeEQHchGaZ/u7lxST/RaJw+cv273q79D81Xbog=
432430
github.com/hinshun/vt10x v0.0.0-20220119200601-820417d04eec/go.mod h1:Q48J4R4DvxnHolD5P8pOtXigYlRuPLGl6moFx3ulM68=
433431
github.com/holiman/billy v0.0.0-20240216141850-2abb0c79d3c4 h1:X4egAf/gcS1zATw6wn4Ej8vjuVGxeHdan+bRb2ebyv4=
@@ -806,10 +804,8 @@ github.com/russross/blackfriday v1.6.0 h1:KqfZb0pUVN2lYqZUYRddxF4OR8ZMURnJIG5Y3V
806804
github.com/russross/blackfriday/v2 v2.0.1/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
807805
github.com/russross/blackfriday/v2 v2.1.0 h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf35Ld67mk=
808806
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
809-
github.com/sagikazarmark/locafero v0.4.0 h1:HApY1R9zGo4DBgr7dqsTH/JJxLTTsOt7u6keLGt6kNQ=
810-
github.com/sagikazarmark/locafero v0.4.0/go.mod h1:Pe1W6UlPYUk/+wc/6KFhbORCfqzgYEpgQ3O5fPuL3H4=
811-
github.com/sagikazarmark/slog-shim v0.1.0 h1:diDBnUNK9N/354PgrxMywXnAwEr1QZcOr6gto+ugjYE=
812-
github.com/sagikazarmark/slog-shim v0.1.0/go.mod h1:SrcSrq8aKtyuqEI1uvTDTK1arOWRIczQRv+GVI1AkeQ=
807+
github.com/sagikazarmark/locafero v0.7.0 h1:5MqpDsTGNDhY8sGp0Aowyf0qKsPrhewaLSsFaodPcyo=
808+
github.com/sagikazarmark/locafero v0.7.0/go.mod h1:2za3Cg5rMaTMoG/2Ulr9AwtFaIppKXTRYnozin4aB5k=
813809
github.com/secure-systems-lab/go-securesystemslib v0.4.0 h1:b23VGrQhTA8cN2CbBw7/FulN9fTtqYUdS5+Oxzt+DUE=
814810
github.com/secure-systems-lab/go-securesystemslib v0.4.0/go.mod h1:FGBZgq2tXWICsxWQW1msNf49F0Pf2Op5Htayx335Qbs=
815811
github.com/sergi/go-diff v1.0.0/go.mod h1:0CfEIISq7TuYL3j771MWULgwwjU+GofnZX9QAmXWZgo=
@@ -864,11 +860,11 @@ github.com/spaolacci/murmur3 v1.1.0 h1:7c1g84S4BPRrfL5Xrdp6fOJ206sU9y293DDHaoy0b
864860
github.com/spaolacci/murmur3 v1.1.0/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA=
865861
github.com/spdx/tools-golang v0.5.3 h1:ialnHeEYUC4+hkm5vJm4qz2x+oEJbS0mAMFrNXdQraY=
866862
github.com/spdx/tools-golang v0.5.3/go.mod h1:/ETOahiAo96Ob0/RAIBmFZw6XN0yTnyr/uFZm2NTMhI=
867-
github.com/spf13/afero v1.11.0 h1:WJQKhtpdm3v2IzqG8VMqrr6Rf3UYpEF239Jy9wNepM8=
868-
github.com/spf13/afero v1.11.0/go.mod h1:GH9Y3pIexgf1MTIWtNGyogA5MwRIDXGUr+hbWNoBjkY=
863+
github.com/spf13/afero v1.12.0 h1:UcOPyRBYczmFn6yvphxkn9ZEOY65cpwGKb5mL36mrqs=
864+
github.com/spf13/afero v1.12.0/go.mod h1:ZTlWwG4/ahT8W7T0WQ5uYmjI9duaLQGy3Q2OAl4sk/4=
869865
github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94/go.mod h1:r2rcYCSwa1IExKTDiTfzaxqT2FNHs8hODu4LnUfgKEg=
870-
github.com/spf13/cast v1.6.0 h1:GEiTHELF+vaR5dhz3VqZfFSzZjYbgeKDpBxQVS4GYJ0=
871-
github.com/spf13/cast v1.6.0/go.mod h1:ancEpBxwJDODSW/UG4rDrAqiKolqNNh2DX3mk86cAdo=
866+
github.com/spf13/cast v1.7.1 h1:cuNEagBQEHWN1FnbGEjCXL2szYEXqfJPbP2HNUaca9Y=
867+
github.com/spf13/cast v1.7.1/go.mod h1:ancEpBxwJDODSW/UG4rDrAqiKolqNNh2DX3mk86cAdo=
872868
github.com/spf13/cobra v0.0.1/go.mod h1:1l0Ry5zgKvJasoi3XT1TypsSe7PqH0Sj9dhYf7v3XqQ=
873869
github.com/spf13/cobra v1.9.1 h1:CXSaggrXdbHK9CF+8ywj8Amf7PBRmPCOJugH954Nnlo=
874870
github.com/spf13/cobra v1.9.1/go.mod h1:nDyEzZ8ogv936Cinf6g1RU9MRY64Ir93oCnqb9wxYW0=
@@ -877,8 +873,8 @@ github.com/spf13/pflag v1.0.0/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnIn
877873
github.com/spf13/pflag v1.0.6 h1:jFzHGLGAlb3ruxLB8MhbI6A8+AQX/2eW4qeyNZXNp2o=
878874
github.com/spf13/pflag v1.0.6/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
879875
github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c/go.mod h1:A8kyI5cUJhb8N+3pkfONlcEcZbueH6nhAm0Fq7SrnBM=
880-
github.com/spf13/viper v1.19.0 h1:RWq5SEjt8o25SROyN3z2OrDB9l7RPd3lwTWU8EcEdcI=
881-
github.com/spf13/viper v1.19.0/go.mod h1:GQUN9bilAbhU/jgc1bKs99f/suXKeUMct8Adx5+Ntkg=
876+
github.com/spf13/viper v1.20.1 h1:ZMi+z/lvLyPSCoNtFCpqjy0S4kPbirhpTMwl8BkW9X4=
877+
github.com/spf13/viper v1.20.1/go.mod h1:P9Mdzt1zoHIG8m2eZQinpiBjo6kCmZSKBClNNqjJvu4=
882878
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
883879
github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
884880
github.com/stretchr/objx v0.2.0/go.mod h1:qt09Ya8vawLte6SNmTgCsAVtYtaKzEcn8ATUoHMkEqE=

apps/testapp/go.mod

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,12 @@ require (
4040
github.com/filecoin-project/go-jsonrpc v0.7.1 // indirect
4141
github.com/flynn/noise v1.1.0 // indirect
4242
github.com/francoispqt/gojay v1.2.13 // indirect
43-
github.com/fsnotify/fsnotify v1.7.0 // indirect
43+
github.com/fsnotify/fsnotify v1.8.0 // indirect
4444
github.com/go-kit/kit v0.13.0 // indirect
4545
github.com/go-logr/logr v1.4.2 // indirect
4646
github.com/go-logr/stdr v1.2.2 // indirect
4747
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
48+
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
4849
github.com/goccy/go-yaml v1.18.0 // indirect
4950
github.com/godbus/dbus/v5 v5.1.0 // indirect
5051
github.com/gogo/protobuf v1.3.2 // indirect
@@ -56,7 +57,6 @@ require (
5657
github.com/gorilla/websocket v1.5.3 // indirect
5758
github.com/hashicorp/golang-lru v1.0.2 // indirect
5859
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
59-
github.com/hashicorp/hcl v1.0.0 // indirect
6060
github.com/huin/goupnp v1.3.0 // indirect
6161
github.com/inconshreveable/mousetrap v1.1.0 // indirect
6262
github.com/ipfs/boxo v0.30.0 // indirect
@@ -83,7 +83,6 @@ require (
8383
github.com/libp2p/go-netroute v0.2.2 // indirect
8484
github.com/libp2p/go-reuseport v0.4.0 // indirect
8585
github.com/libp2p/go-yamux/v5 v5.0.0 // indirect
86-
github.com/magiconair/properties v1.8.7 // indirect
8786
github.com/marten-seemann/tcp v0.0.0-20210406111302-dfbc87cc63fd // indirect
8887
github.com/mattn/go-isatty v0.0.20 // indirect
8988
github.com/miekg/dns v1.1.66 // indirect
@@ -106,7 +105,7 @@ require (
106105
github.com/onsi/ginkgo/v2 v2.23.3 // indirect
107106
github.com/opencontainers/runtime-spec v1.2.1 // indirect
108107
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect
109-
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
108+
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
110109
github.com/pion/datachannel v1.5.10 // indirect
111110
github.com/pion/dtls/v2 v2.2.12 // indirect
112111
github.com/pion/dtls/v3 v3.0.5 // indirect
@@ -138,14 +137,13 @@ require (
138137
github.com/quic-go/webtransport-go v0.8.1-0.20241018022711-4ac2c9250e66 // indirect
139138
github.com/raulk/go-watchdog v1.3.0 // indirect
140139
github.com/rollkit/rollkit/core v0.0.0-20250312114929-104787ba1a4c // indirect
141-
github.com/sagikazarmark/locafero v0.4.0 // indirect
142-
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
140+
github.com/sagikazarmark/locafero v0.7.0 // indirect
143141
github.com/sourcegraph/conc v0.3.0 // indirect
144142
github.com/spaolacci/murmur3 v1.1.0 // indirect
145-
github.com/spf13/afero v1.11.0 // indirect
146-
github.com/spf13/cast v1.6.0 // indirect
143+
github.com/spf13/afero v1.12.0 // indirect
144+
github.com/spf13/cast v1.7.1 // indirect
147145
github.com/spf13/pflag v1.0.6 // indirect
148-
github.com/spf13/viper v1.19.0 // indirect
146+
github.com/spf13/viper v1.20.1 // indirect
149147
github.com/stretchr/objx v0.5.2 // indirect
150148
github.com/subosito/gotenv v1.6.0 // indirect
151149
github.com/whyrusleeping/go-keyspace v0.0.0-20160322163242-5b898ac5add1 // indirect
@@ -171,7 +169,6 @@ require (
171169
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
172170
gonum.org/v1/gonum v0.16.0 // indirect
173171
google.golang.org/protobuf v1.36.6 // indirect
174-
gopkg.in/ini.v1 v1.67.0 // indirect
175172
gopkg.in/yaml.v3 v3.0.1 // indirect
176173
lukechampine.com/blake3 v1.4.1 // indirect
177174
)

0 commit comments

Comments
 (0)