- Notifications
You must be signed in to change notification settings - Fork3
Commit250720b
authored
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 "CopyMethod" 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 />[](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
2 files changed
+6
-5
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 |
| - | |
| 17 | + | |
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
| |||
107 | 107 |
| |
108 | 108 |
| |
109 | 109 |
| |
| 110 | + | |
110 | 111 |
| |
111 | 112 |
| |
112 | 113 |
| |
|
Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
368 | 368 |
| |
369 | 369 |
| |
370 | 370 |
| |
371 |
| - | |
372 |
| - | |
373 |
| - | |
374 |
| - | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
375 | 375 |
| |
376 | 376 |
| |
377 | 377 |
| |
|
0 commit comments
Comments
(0)