Skip to content

Commit 250720b

Browse files
chore(deps): bump github.com/otiai10/copy from 1.14.0 to 1.14.1 (#161)
Bumps [github.com/otiai10/copy](https://github.com/otiai10/copy) from 1.14.0 to 1.14.1. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/otiai10/copy/commit/5ef5923d6ff098ea7a51792c1ec963d04fad9794"><code>5ef5923</code></a> Revert &quot;CopyMethod&quot; since it's not ready</li> <li><a href="https://github.com/otiai10/copy/commit/49b0b590f1e1dce6302b9015a46ea0de5d93c78f"><code>49b0b59</code></a> Merge pull request <a href="https://redirect.github.com/otiai10/copy/issues/164">#164</a> from eth-p/feat-copymethod-api</li> <li><a href="https://github.com/otiai10/copy/commit/f530620eff26f3b41da4b39cf1644fd2b2077a81"><code>f530620</code></a> ci: Allow triggering Go workflow manually</li> <li><a href="https://github.com/otiai10/copy/commit/b4dd78950409e635a944027f57004cb58416e9eb"><code>b4dd789</code></a> refactor: Split common code out of CopyBytes</li> <li><a href="https://github.com/otiai10/copy/commit/920581318a1a1b5f4cedabc45dd0eef30382f5fe"><code>9205813</code></a> feat: Add FileCopyMethod option / API</li> <li><a href="https://github.com/otiai10/copy/commit/2f93b8fb9fa3fb19eadf01677340f645d08e20f2"><code>2f93b8f</code></a> Merge pull request <a href="https://redirect.github.com/otiai10/copy/issues/159">#159</a> from otiai10/dependabot/go_modules/main/golang.org/x/...</li> <li><a href="https://github.com/otiai10/copy/commit/87072f38361dc7a598cbc0fd2dde02d3059cc6ea"><code>87072f3</code></a> Bump golang.org/x/sys from 0.23.0 to 0.24.0</li> <li><a href="https://github.com/otiai10/copy/commit/d0690cbeaf0cb43ad31e2e2f8e15029b4dd60444"><code>d0690cb</code></a> Merge pull request <a href="https://redirect.github.com/otiai10/copy/issues/158">#158</a> from otiai10/dependabot/go_modules/main/golang.org/x/...</li> <li><a href="https://github.com/otiai10/copy/commit/b87119dbeaa2f8b2b5b46cfc46458ae76b6f513f"><code>b87119d</code></a> Bump golang.org/x/sys from 0.22.0 to 0.23.0</li> <li><a href="https://github.com/otiai10/copy/commit/355527c33847213c4df33934aec5b39d6a168dd6"><code>355527c</code></a> Merge pull request <a href="https://redirect.github.com/otiai10/copy/issues/157">#157</a> from otiai10/dependabot/go_modules/main/golang.org/x/...</li> <li>Additional commits viewable in <a href="https://github.com/otiai10/copy/compare/v1.14.0...v1.14.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/otiai10/copy&package-manager=go_modules&previous-version=1.14.0&new-version=1.14.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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 16c8e4a commit 250720b

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ require (
1414
github.com/hashicorp/terraform-plugin-go v0.25.0
1515
github.com/hashicorp/terraform-plugin-log v0.9.0
1616
github.com/hashicorp/terraform-plugin-testing v1.11.0
17-
github.com/otiai10/copy v1.14.0
17+
github.com/otiai10/copy v1.14.1
1818
github.com/stretchr/testify v1.10.0
1919
)
2020

@@ -107,6 +107,7 @@ require (
107107
github.com/oklog/run v1.1.0 // indirect
108108
github.com/opencontainers/go-digest v1.0.0 // indirect
109109
github.com/opencontainers/image-spec v1.1.0 // indirect
110+
github.com/otiai10/mint v1.6.3 // indirect
110111
github.com/outcaste-io/ristretto v0.2.3 // indirect
111112
github.com/philhofer/fwd v1.1.3-0.20240612014219-fbbf4953d986 // indirect
112113
github.com/pion/transport/v2 v2.2.10 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -368,10 +368,10 @@ github.com/opencontainers/image-spec v1.1.0 h1:8SG7/vwALn54lVB/0yZ/MMwhFrPYtpEHQ
368368
github.com/opencontainers/image-spec v1.1.0/go.mod h1:W4s4sFTMaBeK1BQLXbG4AdM2szdn85PY75RI83NrTrM=
369369
github.com/opentracing/opentracing-go v1.2.0 h1:uEJPy/1a5RIPAJ0Ov+OIO8OxWu77jEv+1B0VhjKrZUs=
370370
github.com/opentracing/opentracing-go v1.2.0/go.mod h1:GxEUsuufX4nBwe+T+Wl9TAgYrxe9dPLANfrWvHYVTgc=
371-
github.com/otiai10/copy v1.14.0 h1:dCI/t1iTdYGtkvCuBG2BgR6KZa83PTclw4U5n2wAllU=
372-
github.com/otiai10/copy v1.14.0/go.mod h1:ECfuL02W+/FkTWZWgQqXPWZgW9oeKCSQ5qVfSc4qc4w=
373-
github.com/otiai10/mint v1.5.1 h1:XaPLeE+9vGbuyEHem1JNk3bYc7KKqyI/na0/mLd/Kks=
374-
github.com/otiai10/mint v1.5.1/go.mod h1:MJm72SBthJjz8qhefc4z1PYEieWmy8Bku7CjcAqyUSM=
371+
github.com/otiai10/copy v1.14.1 h1:5/7E6qsUMBaH5AnQ0sSLzzTg1oTECmcCmT6lvF45Na8=
372+
github.com/otiai10/copy v1.14.1/go.mod h1:oQwrEDDOci3IM8dJF0d8+jnbfPDllW6vUjNc3DoZm9I=
373+
github.com/otiai10/mint v1.6.3 h1:87qsV/aw1F5as1eH1zS/yqHY85ANKVMgkDrf9rcxbQs=
374+
github.com/otiai10/mint v1.6.3/go.mod h1:MJm72SBthJjz8qhefc4z1PYEieWmy8Bku7CjcAqyUSM=
375375
github.com/outcaste-io/ristretto v0.2.3 h1:AK4zt/fJ76kjlYObOeNwh4T3asEuaCmp26pOvUOL9w0=
376376
github.com/outcaste-io/ristretto v0.2.3/go.mod h1:W8HywhmtlopSB1jeMg3JtdIhf+DYkLAr0VN/s4+MHac=
377377
github.com/pelletier/go-toml/v2 v2.2.3 h1:YmeHyLY8mFWbdkNWwpr+qIL2bEqT0o95WSdkNHvL12M=

0 commit comments

Comments
 (0)