From 4653aae88ed4b110a827fc38e87b40bcf8a8a987 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 17:38:33 +0000 Subject: [PATCH] Bump github.com/huandu/xstrings from 1.4.0 to 1.5.0 Bumps [github.com/huandu/xstrings](https://github.com/huandu/xstrings) from 1.4.0 to 1.5.0. - [Release notes](https://github.com/huandu/xstrings/releases) - [Commits](https://github.com/huandu/xstrings/compare/v1.4.0...v1.5.0) --- updated-dependencies: - dependency-name: github.com/huandu/xstrings 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 3c8ebec..c81bc26 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/ringsaturn/pk go 1.21 require ( - github.com/huandu/xstrings v1.4.0 + github.com/huandu/xstrings v1.5.0 github.com/uber/h3-go/v4 v4.1.0 go.uber.org/ratelimit v0.3.1 ) diff --git a/go.sum b/go.sum index 44a1c13..fe58146 100644 --- a/go.sum +++ b/go.sum @@ -2,8 +2,8 @@ github.com/benbjohnson/clock v1.3.5 h1:VvXlSJBzZpA/zum6Sj74hxwYI2DIxRWuNIoXAzHZz github.com/benbjohnson/clock v1.3.5/go.mod h1:J11/hYXuz8f4ySSvYwY0FKfm+ezbsZBKZxNJlLklBHA= 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/huandu/xstrings v1.4.0 h1:D17IlohoQq4UcpqD7fDk80P7l+lwAmlFaBHgOipl2FU= -github.com/huandu/xstrings v1.4.0/go.mod h1:y5/lhBue+AyNmUVz9RLU9xbLR0o4KIIExikq4ovT0aE= +github.com/huandu/xstrings v1.5.0 h1:2ag3IFq9ZDANvthTwTiqSSZLjDc+BedvHPAp5tJy2TI= +github.com/huandu/xstrings v1.5.0/go.mod h1:y5/lhBue+AyNmUVz9RLU9xbLR0o4KIIExikq4ovT0aE= 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/stretchr/testify v1.6.1 h1:hDPOHmpOpP40lSULcqw7IrRb/u7w6RpDC9399XyoNd0=