From 80f6e1fc84547152e37a0449108865dc7f756e91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Mar 2023 07:38:18 +0000 Subject: [PATCH] build(deps): bump github.com/matryer/is from 1.4.0 to 1.4.1 in /pubsub Bumps [github.com/matryer/is](https://github.com/matryer/is) from 1.4.0 to 1.4.1. - [Release notes](https://github.com/matryer/is/releases) - [Commits](https://github.com/matryer/is/compare/v1.4.0...v1.4.1) --- updated-dependencies: - dependency-name: github.com/matryer/is dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pubsub/go.mod | 2 +- pubsub/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pubsub/go.mod b/pubsub/go.mod index dfbfe77..658a67e 100644 --- a/pubsub/go.mod +++ b/pubsub/go.mod @@ -2,4 +2,4 @@ module github.com/purposeinplay/go-commons/pubsub go 1.17 -require github.com/matryer/is v1.4.0 +require github.com/matryer/is v1.4.1 diff --git a/pubsub/go.sum b/pubsub/go.sum index ddd6bbf..f95502a 100644 --- a/pubsub/go.sum +++ b/pubsub/go.sum @@ -1,2 +1,2 @@ -github.com/matryer/is v1.4.0 h1:sosSmIWwkYITGrxZ25ULNDeKiMNzFSr4V/eqBQP0PeE= -github.com/matryer/is v1.4.0/go.mod h1:8I/i5uYgLzgsgEloJE1U6xx5HkBQpAZvepWuujKwMRU= +github.com/matryer/is v1.4.1 h1:55ehd8zaGABKLXQUe2awZ99BD/PTc2ls+KV/dXphgEQ= +github.com/matryer/is v1.4.1/go.mod h1:8I/i5uYgLzgsgEloJE1U6xx5HkBQpAZvepWuujKwMRU=