From d2f707542b7a4a26d9ef6d37ac4606403158be00 Mon Sep 17 00:00:00 2001 From: rosey-bot <98030736+rosey-bot[bot]@users.noreply.github.com> Date: Sun, 8 Oct 2023 00:06:34 +0000 Subject: [PATCH] fix(deps): update module github.com/otiai10/copy to v1.14.0 | datasource | package | from | to | | ---------- | ----------------------- | ------- | ------- | | go | github.com/otiai10/copy | v1.12.0 | v1.14.0 | --- go.mod | 3 ++- go.sum | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index f91ce503..aa2c2061 100644 --- a/go.mod +++ b/go.mod @@ -11,7 +11,7 @@ require ( github.com/glendc/go-external-ip v0.1.0 github.com/go-git/go-git/v5 v5.9.0 github.com/magefile/mage v1.15.0 - github.com/otiai10/copy v1.12.0 + github.com/otiai10/copy v1.14.0 github.com/samber/slog-multi v1.0.1 github.com/spf13/afero v1.10.0 github.com/stretchr/testify v1.8.4 @@ -55,6 +55,7 @@ require ( golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63 // indirect golang.org/x/mod v0.12.0 // indirect golang.org/x/net v0.15.0 // indirect + golang.org/x/sync v0.3.0 // indirect golang.org/x/sys v0.12.0 // indirect golang.org/x/text v0.13.0 // indirect golang.org/x/tools v0.13.0 // indirect diff --git a/go.sum b/go.sum index 2b35e637..f7d8f24b 100644 --- a/go.sum +++ b/go.sum @@ -221,6 +221,8 @@ github.com/orisano/pixelmatch v0.0.0-20220722002657-fb0b55479cde h1:x0TT0RDC7UhA github.com/orisano/pixelmatch v0.0.0-20220722002657-fb0b55479cde/go.mod h1:nZgzbfBr3hhjoZnS66nKrHmduYNpc34ny7RK4z5/HM0= 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/pjbgf/sha1cd v0.3.0 h1:4D5XXmUUBUl/xQ6IjCkEAbqXskkq/4O7LmGn0AqMDs4=