diff options
| author | Xe Iaso <me@xeiaso.net> | 2023-10-13 12:01:01 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2023-10-13 12:01:01 -0400 |
| commit | 13b5101ef832b9accf235ab1bc89de2d372d5b75 (patch) | |
| tree | 01735ea35fc76b052c06f98ecb36a4713c829d62 | |
| parent | 80b0b9416e9a1792de4298da727852534dca19f7 (diff) | |
| download | x-13b5101ef832b9accf235ab1bc89de2d372d5b75.tar.xz x-13b5101ef832b9accf235ab1bc89de2d372d5b75.zip | |
Squashed commit of the following:
commit 25a4e31b7d9eddf8dfd16f5ad0df7889450dd080
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu Oct 12 10:28:06 2023 +0000
build(deps): bump github.com/otiai10/copy from 1.12.0 to 1.14.0
Bumps [github.com/otiai10/copy](https://github.com/otiai10/copy) from 1.12.0 to 1.14.0.
- [Release notes](https://github.com/otiai10/copy/releases)
- [Commits](https://github.com/otiai10/copy/compare/v1.12.0...v1.14.0)
---
updated-dependencies:
- dependency-name: github.com/otiai10/copy
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
| -rw-r--r-- | go.mod | 2 | ||||
| -rw-r--r-- | go.sum | 4 | ||||
| -rw-r--r-- | gomod2nix.toml | 4 |
3 files changed, 5 insertions, 5 deletions
@@ -26,7 +26,7 @@ require ( github.com/kr/pretty v0.3.1 github.com/mndrix/golog v0.0.0-20170330170653-a28e2a269775 github.com/mymmrac/telego v0.26.0 - github.com/otiai10/copy v1.12.0 + github.com/otiai10/copy v1.14.0 github.com/peterh/liner v1.2.2 github.com/pkg/errors v0.9.1 github.com/posener/complete v1.2.3 @@ -465,8 +465,8 @@ github.com/oklog/ulid/v2 v2.1.0 h1:+9lhoxAP56we25tyYETBBY1YLA2SaoLvUFgrP2miPJU= github.com/oklog/ulid/v2 v2.1.0/go.mod h1:rcEKHmBBKfef9DhnvX7y1HZBYxjXb0cP5ExxNsTT1QQ= github.com/olekukonko/tablewriter v0.0.5 h1:P2Ga83D34wi1o9J6Wh1mRuqd4mF/x/lgBS7N7AbDhec= github.com/olekukonko/tablewriter v0.0.5/go.mod h1:hPp6KlRPjbx+hW8ykQs1w3UBbZlj6HuIJcUGPhkA7kY= -github.com/otiai10/copy v1.12.0 h1:cLMgSQnXBs1eehF0Wy/FAGsgDTDmAqFR7rQylBb1nDY= -github.com/otiai10/copy v1.12.0/go.mod h1:rSaLseMUsZFFbsFGc7wCJnnkTAvdc5L6VWxPE4308Ww= +github.com/otiai10/copy v1.14.0 h1:dCI/t1iTdYGtkvCuBG2BgR6KZa83PTclw4U5n2wAllU= +github.com/otiai10/copy v1.14.0/go.mod h1:ECfuL02W+/FkTWZWgQqXPWZgW9oeKCSQ5qVfSc4qc4w= github.com/otiai10/mint v1.5.1 h1:XaPLeE+9vGbuyEHem1JNk3bYc7KKqyI/na0/mLd/Kks= github.com/otiai10/mint v1.5.1/go.mod h1:MJm72SBthJjz8qhefc4z1PYEieWmy8Bku7CjcAqyUSM= github.com/pasztorpisti/qs v0.0.0-20171216220353-8d6c33ee906c h1:Gcce/r5tSQeprxswXXOwQ/RBU1bjQWVd9dB7QKoPXBE= diff --git a/gomod2nix.toml b/gomod2nix.toml index 3e9cbca..a566922 100644 --- a/gomod2nix.toml +++ b/gomod2nix.toml @@ -284,8 +284,8 @@ schema = 3 version = "v0.0.5" hash = "sha256-/5i70IkH/qSW5KjGzv8aQNKh9tHoz98tqtL0K2DMFn4=" [mod."github.com/otiai10/copy"] - version = "v1.12.0" - hash = "sha256-P27FbVxLUuVfbIFTxzgY8eJGHR1kebKP2YTOXGBf6eE=" + version = "v1.14.0" + hash = "sha256-xsaL1ddkPS544y0Jv7u/INUALBYmYq29ddWvysLXk4A=" [mod."github.com/pasztorpisti/qs"] version = "v0.0.0-20171216220353-8d6c33ee906c" hash = "sha256-v9EZxWRkP13JdeAJ5ZPfnirgLJszfHtSzZP5oGLaACg=" |
