From db7d4cfc4b5565bdaa18538075dec2c2661c0c0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 10:04:27 +0000 Subject: [PATCH] chore(deps): bump github.com/rudderlabs/rudder-go-kit Bumps [github.com/rudderlabs/rudder-go-kit](https://github.com/rudderlabs/rudder-go-kit) from 0.34.2 to 0.35.1. - [Release notes](https://github.com/rudderlabs/rudder-go-kit/releases) - [Changelog](https://github.com/rudderlabs/rudder-go-kit/blob/main/CHANGELOG.md) - [Commits](https://github.com/rudderlabs/rudder-go-kit/compare/v0.34.2...v0.35.1) --- updated-dependencies: - dependency-name: github.com/rudderlabs/rudder-go-kit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 3 +-- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index 1af9348..7744e4b 100644 --- a/go.mod +++ b/go.mod @@ -1,11 +1,10 @@ module github.com/rudderlabs/rudder-cp-sdk go 1.22.4 - require ( github.com/golang/mock v1.6.0 github.com/json-iterator/go v1.1.12 - github.com/rudderlabs/rudder-go-kit v0.34.2 + github.com/rudderlabs/rudder-go-kit v0.35.1 github.com/stretchr/testify v1.9.0 ) diff --git a/go.sum b/go.sum index 089d910..0b07345 100644 --- a/go.sum +++ b/go.sum @@ -37,8 +37,8 @@ github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRI github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/rogpeppe/go-internal v1.9.0 h1:73kH8U+JUqXU8lRuOHeVHaa/SZPifC7BkcraZVejAe8= github.com/rogpeppe/go-internal v1.9.0/go.mod h1:WtVeX8xhTBvf0smdhujwtBcq4Qrzq/fJaraNFVN+nFs= -github.com/rudderlabs/rudder-go-kit v0.34.2 h1:aBrrMAfY7FR5f/k0V5Mv8xqaMXVTSPfkXLAU+j380Ds= -github.com/rudderlabs/rudder-go-kit v0.34.2/go.mod h1:WCAJAuOGpWyoryNxOJRtbWVpI+YpsL91fThhWq5+snI= +github.com/rudderlabs/rudder-go-kit v0.35.1 h1:BJRfo9xfly265pKO8WXaMAPAUbl4gtQPHod4lBvzRH8= +github.com/rudderlabs/rudder-go-kit v0.35.1/go.mod h1:B8jlxe/kaQ009iQnw2Ba8ZKmeXwwREZTRpsE9Nhq+qU= github.com/sagikazarmark/locafero v0.4.0 h1:HApY1R9zGo4DBgr7dqsTH/JJxLTTsOt7u6keLGt6kNQ= github.com/sagikazarmark/locafero v0.4.0/go.mod h1:Pe1W6UlPYUk/+wc/6KFhbORCfqzgYEpgQ3O5fPuL3H4= github.com/sagikazarmark/slog-shim v0.1.0 h1:diDBnUNK9N/354PgrxMywXnAwEr1QZcOr6gto+ugjYE=