From c74d8e5957890e2fe1e163e6265488894a315783 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 12:31:39 +0100 Subject: [PATCH] chore(deps): bump github.com/thoas/go-funk from 0.9.1 to 0.9.3 (#556) Bumps [github.com/thoas/go-funk](https://github.com/thoas/go-funk) from 0.9.1 to 0.9.3. - [Release notes](https://github.com/thoas/go-funk/releases) - [Changelog](https://github.com/thoas/go-funk/blob/main/CHANGELOG.md) - [Commits](https://github.com/thoas/go-funk/compare/v0.9.1...v0.9.3) --- updated-dependencies: - dependency-name: github.com/thoas/go-funk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 7455af38..27572784 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ go 1.18 require ( github.com/stretchr/testify v1.9.0 - github.com/thoas/go-funk v0.9.1 + github.com/thoas/go-funk v0.9.3 go.uber.org/goleak v1.2.1 golang.org/x/text v0.20.0 ) diff --git a/go.sum b/go.sum index f80a5875..ef82cb1d 100644 --- a/go.sum +++ b/go.sum @@ -14,8 +14,8 @@ github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+ github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4= github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg= github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= -github.com/thoas/go-funk v0.9.1 h1:O549iLZqPpTUQ10ykd26sZhzD+rmR5pWhuElrhbC20M= -github.com/thoas/go-funk v0.9.1/go.mod h1:+IWnUfUmFO1+WVYQWQtIJHeRRdaIyyYglZN7xzUPe4Q= +github.com/thoas/go-funk v0.9.3 h1:7+nAEx3kn5ZJcnDm2Bh23N2yOtweO14bi//dvRtgLpw= +github.com/thoas/go-funk v0.9.3/go.mod h1:+IWnUfUmFO1+WVYQWQtIJHeRRdaIyyYglZN7xzUPe4Q= go.uber.org/goleak v1.2.1 h1:NBol2c7O1ZokfZ0LEU9K6Whx/KnwvepVetCUhtKja4A= go.uber.org/goleak v1.2.1/go.mod h1:qlT2yGI9QafXHhZZLxlSuNsMw3FFLxBr+tBRlmO1xH4= golang.org/x/text v0.20.0 h1:gK/Kv2otX8gz+wn7Rmb3vT96ZwuoxnQlY+HlJVj7Qug=