From d0d9dccdf1827454d9e7c724a8d7afc393703d05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 01:15:18 +0000 Subject: [PATCH] build(deps): bump github.com/thoas/go-funk from 0.9.2 to 0.9.3 Bumps [github.com/thoas/go-funk](https://github.com/thoas/go-funk) from 0.9.2 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.2...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] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 944cec5..47af636 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ require ( github.com/google/go-github/v33 v33.0.0 github.com/mmcdole/gofeed v1.1.3 github.com/sethvargo/go-githubactions v1.0.0 - github.com/thoas/go-funk v0.9.2 + github.com/thoas/go-funk v0.9.3 golang.org/x/oauth2 v0.0.0-20201208152858-08078c50e5b5 ) diff --git a/go.sum b/go.sum index 5308e73..b9e999d 100644 --- a/go.sum +++ b/go.sum @@ -154,8 +154,8 @@ github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+ github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI= github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4= github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5CcY= -github.com/thoas/go-funk v0.9.2 h1:oKlNYv0AY5nyf9g+/GhMgS/UO2ces0QRdPKwkhY3VCk= -github.com/thoas/go-funk v0.9.2/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= github.com/urfave/cli v1.22.3/go.mod h1:Gos4lmkARVdJ6EkW0WaNv/tZAAMe9V7XWyB60NtXRu0= github.com/yuin/goldmark v1.1.25/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=