From 25e4028e9b626f03769a8bf0e4788284479959dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 02:22:08 +0000 Subject: [PATCH] Bump github.com/sigmavirus24/gobayeux/v2 from 2.1.2 to 2.2.0 Bumps [github.com/sigmavirus24/gobayeux/v2](https://github.com/sigmavirus24/gobayeux) from 2.1.2 to 2.2.0. - [Changelog](https://github.com/sigmavirus24/gobayeux/blob/main/CHANGES) - [Commits](https://github.com/sigmavirus24/gobayeux/compare/v2.1.2...v2.2.0) --- updated-dependencies: - dependency-name: github.com/sigmavirus24/gobayeux/v2 dependency-type: direct:production update-type: version-update:semver-minor ... 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 22c688e..44dd321 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/sigmavirus24/gobayeux go 1.13 require ( - github.com/sigmavirus24/gobayeux/v2 v2.1.2 + github.com/sigmavirus24/gobayeux/v2 v2.2.0 github.com/sirupsen/logrus v1.9.3 golang.org/x/net v0.17.0 ) diff --git a/go.sum b/go.sum index db572ca..55159e9 100644 --- a/go.sum +++ b/go.sum @@ -3,8 +3,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= -github.com/sigmavirus24/gobayeux/v2 v2.1.2 h1:QSbwvaUfEOpimitNHzOLGFkRkxfyG3VdL6V2QbrtTJA= -github.com/sigmavirus24/gobayeux/v2 v2.1.2/go.mod h1:j6HTB5BOPDbQ/JlVWmGeihhUEv3NoqKuPF5O/FwXzro= +github.com/sigmavirus24/gobayeux/v2 v2.2.0 h1:QSyUHirr/941pGnxNfd2GHd/ay3sWCekDAyjqGaQv3U= +github.com/sigmavirus24/gobayeux/v2 v2.2.0/go.mod h1:j6HTB5BOPDbQ/JlVWmGeihhUEv3NoqKuPF5O/FwXzro= github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ= github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=