Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit250720b

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) from1.14.0 to 1.14.1.<details><summary>Commits</summary><ul><li><ahref="https://github.com/otiai10/copy/commit/5ef5923d6ff098ea7a51792c1ec963d04fad9794"><code>5ef5923</code></a>Revert &quot;CopyMethod&quot; since it's not ready</li><li><ahref="https://github.com/otiai10/copy/commit/49b0b590f1e1dce6302b9015a46ea0de5d93c78f"><code>49b0b59</code></a>Merge pull request <ahref="https://redirect.github.com/otiai10/copy/issues/164">#164</a> frometh-p/feat-copymethod-api</li><li><ahref="https://github.com/otiai10/copy/commit/f530620eff26f3b41da4b39cf1644fd2b2077a81"><code>f530620</code></a>ci: Allow triggering Go workflow manually</li><li><ahref="https://github.com/otiai10/copy/commit/b4dd78950409e635a944027f57004cb58416e9eb"><code>b4dd789</code></a>refactor: Split common code out of CopyBytes</li><li><ahref="https://github.com/otiai10/copy/commit/920581318a1a1b5f4cedabc45dd0eef30382f5fe"><code>9205813</code></a>feat: Add FileCopyMethod option / API</li><li><ahref="https://github.com/otiai10/copy/commit/2f93b8fb9fa3fb19eadf01677340f645d08e20f2"><code>2f93b8f</code></a>Merge pull request <ahref="https://redirect.github.com/otiai10/copy/issues/159">#159</a> fromotiai10/dependabot/go_modules/main/golang.org/x/...</li><li><ahref="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><ahref="https://github.com/otiai10/copy/commit/d0690cbeaf0cb43ad31e2e2f8e15029b4dd60444"><code>d0690cb</code></a>Merge pull request <ahref="https://redirect.github.com/otiai10/copy/issues/158">#158</a> fromotiai10/dependabot/go_modules/main/golang.org/x/...</li><li><ahref="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><ahref="https://github.com/otiai10/copy/commit/355527c33847213c4df33934aec5b39d6a168dd6"><code>355527c</code></a>Merge pull request <ahref="https://redirect.github.com/otiai10/copy/issues/157">#157</a> fromotiai10/dependabot/go_modules/main/golang.org/x/...</li><li>Additional commits viewable in <ahref="https://github.com/otiai10/copy/compare/v1.14.0...v1.14.1">compareview</a></li></ul></details><br />[![Dependabot compatibilityscore](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'talter 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 editsthat 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 afteryour CI passes on it- `@dependabot cancel merge` will cancel a previously requested mergeand block automerging- `@dependabot reopen` will reopen this PR if it is closed- `@dependabot close` will close this PR and stop Dependabot recreatingit. You can achieve the same result by closing it manually- `@dependabot show <dependency name> ignore conditions` will show allof the ignore conditions of the specified dependency- `@dependabot ignore this major version` will close this PR and stopDependabot creating any more for this major version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this minor version` will close this PR and stopDependabot creating any more for this minor version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this dependency` will close this PR and stopDependabot creating any more for this dependency (unless you reopen thePR 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>
1 parent16c8e4a commit250720b

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-gov0.25.0
1515
github.com/hashicorp/terraform-plugin-logv0.9.0
1616
github.com/hashicorp/terraform-plugin-testingv1.11.0
17-
github.com/otiai10/copyv1.14.0
17+
github.com/otiai10/copyv1.14.1
1818
github.com/stretchr/testifyv1.10.0
1919
)
2020

@@ -107,6 +107,7 @@ require (
107107
github.com/oklog/runv1.1.0// indirect
108108
github.com/opencontainers/go-digestv1.0.0// indirect
109109
github.com/opencontainers/image-specv1.1.0// indirect
110+
github.com/otiai10/mintv1.6.3// indirect
110111
github.com/outcaste-io/ristrettov0.2.3// indirect
111112
github.com/philhofer/fwdv1.1.3-0.20240612014219-fbbf4953d986// indirect
112113
github.com/pion/transport/v2v2.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-specv1.1.0/go.mod h1:W4s4sFTMaBeK1BQLXbG4AdM2szdn85PY75RI83NrTrM=
369369
github.com/opentracing/opentracing-gov1.2.0 h1:uEJPy/1a5RIPAJ0Ov+OIO8OxWu77jEv+1B0VhjKrZUs=
370370
github.com/opentracing/opentracing-gov1.2.0/go.mod h1:GxEUsuufX4nBwe+T+Wl9TAgYrxe9dPLANfrWvHYVTgc=
371-
github.com/otiai10/copyv1.14.0 h1:dCI/t1iTdYGtkvCuBG2BgR6KZa83PTclw4U5n2wAllU=
372-
github.com/otiai10/copyv1.14.0/go.mod h1:ECfuL02W+/FkTWZWgQqXPWZgW9oeKCSQ5qVfSc4qc4w=
373-
github.com/otiai10/mintv1.5.1 h1:XaPLeE+9vGbuyEHem1JNk3bYc7KKqyI/na0/mLd/Kks=
374-
github.com/otiai10/mintv1.5.1/go.mod h1:MJm72SBthJjz8qhefc4z1PYEieWmy8Bku7CjcAqyUSM=
371+
github.com/otiai10/copyv1.14.1 h1:5/7E6qsUMBaH5AnQ0sSLzzTg1oTECmcCmT6lvF45Na8=
372+
github.com/otiai10/copyv1.14.1/go.mod h1:oQwrEDDOci3IM8dJF0d8+jnbfPDllW6vUjNc3DoZm9I=
373+
github.com/otiai10/mintv1.6.3 h1:87qsV/aw1F5as1eH1zS/yqHY85ANKVMgkDrf9rcxbQs=
374+
github.com/otiai10/mintv1.6.3/go.mod h1:MJm72SBthJjz8qhefc4z1PYEieWmy8Bku7CjcAqyUSM=
375375
github.com/outcaste-io/ristrettov0.2.3 h1:AK4zt/fJ76kjlYObOeNwh4T3asEuaCmp26pOvUOL9w0=
376376
github.com/outcaste-io/ristrettov0.2.3/go.mod h1:W8HywhmtlopSB1jeMg3JtdIhf+DYkLAr0VN/s4+MHac=
377377
github.com/pelletier/go-toml/v2v2.2.3 h1:YmeHyLY8mFWbdkNWwpr+qIL2bEqT0o95WSdkNHvL12M=

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp