aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-06-19 11:05:00 +0000
committerGitHub <noreply@github.com>2023-06-19 11:05:00 +0000
commit4a9644015f60352fdd033232dd8612a7be2882b9 (patch)
tree443a7d850292efa8c9b82ed3cfd427cba5870055
parentb797446d27d246df7384446215bd3ca37f0f930f (diff)
downloadx-4a9644015f60352fdd033232dd8612a7be2882b9.tar.xz
x-4a9644015f60352fdd033232dd8612a7be2882b9.zip
build(deps): bump github.com/otiai10/copy from 1.11.0 to 1.12.0
Bumps [github.com/otiai10/copy](https://github.com/otiai10/copy) from 1.11.0 to 1.12.0. - [Release notes](https://github.com/otiai10/copy/releases) - [Commits](https://github.com/otiai10/copy/compare/v1.11.0...v1.12.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.mod6
-rw-r--r--go.sum4
2 files changed, 5 insertions, 5 deletions
diff --git a/go.mod b/go.mod
index 539d34d..3c8fbe8 100644
--- a/go.mod
+++ b/go.mod
@@ -14,13 +14,14 @@ require (
github.com/fogleman/primitive v0.0.0-20190214200932-673f57e7b1b5
github.com/go-interpreter/wagon v0.6.0
github.com/google/go-github v17.0.0+incompatible
+ github.com/google/uuid v1.3.0
github.com/hullerob/go.farbfeld v0.0.0-20181222022525-3661193c725f
github.com/jaytaylor/html2text v0.0.0-20190408195923-01ec452cbe43
github.com/joho/godotenv v1.5.1
github.com/kr/pretty v0.3.1
github.com/mmikulicic/stringlist v1.0.0
github.com/mndrix/golog v0.0.0-20170330170653-a28e2a269775
- github.com/otiai10/copy v1.11.0
+ github.com/otiai10/copy v1.12.0
github.com/peterh/liner v1.2.2
github.com/pkg/errors v0.9.1
github.com/posener/complete v1.2.3
@@ -29,6 +30,7 @@ require (
github.com/samber/go-gpt-3-encoder v0.3.1
github.com/sebest/xff v0.0.0-20210106013422-671bd2870b3a
github.com/tetratelabs/wazero v1.2.0
+ github.com/thoj/go-ircevent v0.0.0-20210723090443-73e444401d64
github.com/tmc/scp v0.0.0-20170824174625-f7b48647feef
go.etcd.io/bbolt v1.3.7
go4.org v0.0.0-20190313082347-94abd6928b1d
@@ -45,10 +47,8 @@ require (
require (
github.com/dustin/go-humanize v1.0.1 // indirect
- github.com/google/uuid v1.3.0 // indirect
github.com/mattn/go-isatty v0.0.18 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
- github.com/thoj/go-ircevent v0.0.0-20210723090443-73e444401d64 // indirect
lukechampine.com/uint128 v1.2.0 // indirect
modernc.org/cc/v3 v3.40.0 // indirect
modernc.org/ccgo/v3 v3.16.13 // indirect
diff --git a/go.sum b/go.sum
index 0048870..21b0921 100644
--- a/go.sum
+++ b/go.sum
@@ -386,8 +386,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.11.0 h1:OKBD80J/mLBrwnzXqGtFCzprFSGioo30JcmR4APsNwc=
-github.com/otiai10/copy v1.11.0/go.mod h1:rSaLseMUsZFFbsFGc7wCJnnkTAvdc5L6VWxPE4308Ww=
+github.com/otiai10/copy v1.12.0 h1:cLMgSQnXBs1eehF0Wy/FAGsgDTDmAqFR7rQylBb1nDY=
+github.com/otiai10/copy v1.12.0/go.mod h1:rSaLseMUsZFFbsFGc7wCJnnkTAvdc5L6VWxPE4308Ww=
github.com/otiai10/mint v1.5.1 h1:XaPLeE+9vGbuyEHem1JNk3bYc7KKqyI/na0/mLd/Kks=
github.com/pasztorpisti/qs v0.0.0-20171216220353-8d6c33ee906c h1:Gcce/r5tSQeprxswXXOwQ/RBU1bjQWVd9dB7QKoPXBE=
github.com/pasztorpisti/qs v0.0.0-20171216220353-8d6c33ee906c/go.mod h1:1iCZ0433JJMecYqCa+TdWA9Pax8MGl4ByuNDZ7eSnQY=