From 5358301968cceb032985dba31b01dcf5f89585e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 03:03:06 +0000 Subject: [PATCH] Bump github.com/hazelcast/hazelcast-go-client from 1.4.3 to 1.5.0 Bumps [github.com/hazelcast/hazelcast-go-client](https://github.com/hazelcast/hazelcast-go-client) from 1.4.3 to 1.5.0. - [Release notes](https://github.com/hazelcast/hazelcast-go-client/releases) - [Commits](https://github.com/hazelcast/hazelcast-go-client/compare/v1.4.3...v1.5.0) --- updated-dependencies: - dependency-name: github.com/hazelcast/hazelcast-go-client dependency-version: 1.5.0 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 45a5c0e..5bf6fec 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.23 require ( github.com/bwmarrin/snowflake v0.3.0 github.com/corbym/gocrest v1.0.5 - github.com/hazelcast/hazelcast-go-client v1.4.3 + github.com/hazelcast/hazelcast-go-client v1.5.0 github.com/pbinitiative/feel v0.1.5 github.com/senseyeio/duration v0.0.0-20180430131211-7c2a214ada46 google.golang.org/protobuf v1.36.10 diff --git a/go.sum b/go.sum index 46d698c..e6132d7 100644 --- a/go.sum +++ b/go.sum @@ -13,8 +13,8 @@ github.com/google/go-cmp v0.5.6/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/ github.com/google/go-cmp v0.5.8/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY= github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8= github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU= -github.com/hazelcast/hazelcast-go-client v1.4.3 h1:fSTF6CWeZY0SlM+PZIecVAR2XaqjgFfKhH58PqlRtyk= -github.com/hazelcast/hazelcast-go-client v1.4.3/go.mod h1:PJ38lqXJ18S0YpkrRznPDlUH8GnnMAQCx3jpQtBPZ6Q= +github.com/hazelcast/hazelcast-go-client v1.5.0 h1:R4+hgk2dJqYTWBIIqcSC2CEhKPK5Va93KuqRaQLLuuM= +github.com/hazelcast/hazelcast-go-client v1.5.0/go.mod h1:0eUICYoxx49awAuKmbhUW8bnmE7/AKlqDX3s+S6onfk= github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 h1:6E+4a0GO5zZEnZ81pIr0yLvtUWk2if982qA3F3QD6H4= github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0/go.mod h1:zJYVVT2jmtg6P3p1VtQj7WsuWi/y4VnjVBn7F8KPB3I= github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY=