From 0eb674378fd7a93fa4533aba119fccdbc14f20f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 10:58:47 +0000 Subject: [PATCH] chore(deps): Bump github.com/tigrisdata/storage-go from 0.2.0 to 0.4.0 Bumps [github.com/tigrisdata/storage-go](https://github.com/tigrisdata/storage-go) from 0.2.0 to 0.4.0. - [Release notes](https://github.com/tigrisdata/storage-go/releases) - [Changelog](https://github.com/tigrisdata/storage-go/blob/main/CHANGELOG.md) - [Commits](https://github.com/tigrisdata/storage-go/compare/v0.2.0...v0.4.0) --- updated-dependencies: - dependency-name: github.com/tigrisdata/storage-go dependency-version: 0.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 6 +++--- go.sum | 8 ++------ 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/go.mod b/go.mod index 5599dc9..4b928ba 100644 --- a/go.mod +++ b/go.mod @@ -20,10 +20,12 @@ require ( github.com/gen2brain/avif v0.4.4 github.com/gen2brain/webp v0.5.5 github.com/go-faker/faker/v4 v4.7.0 + github.com/hashicorp/golang-lru/v2 v2.0.7 github.com/joho/godotenv v1.5.1 github.com/openai/openai-go/v3 v3.16.0 github.com/prometheus/client_golang v1.23.2 - github.com/tigrisdata/storage-go v0.4.0 + github.com/pstuifzand/ekster v0.0.0-20240904184605-72273498b4a6 + github.com/tigrisdata/storage-go v0.4.1 ) require ( @@ -70,7 +72,6 @@ require ( github.com/fatih/color v1.16.0 // indirect github.com/fsnotify/fsnotify v1.7.0 // indirect github.com/gorilla/websocket v1.4.2 // indirect - github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect github.com/kr/text v0.2.0 // indirect github.com/lucasb-eyer/go-colorful v1.3.0 // indirect github.com/mattn/go-colorable v0.1.13 // indirect @@ -82,7 +83,6 @@ require ( github.com/prometheus/client_model v0.6.2 // indirect github.com/prometheus/common v0.66.1 // indirect github.com/prometheus/procfs v0.16.1 // indirect - github.com/pstuifzand/ekster v0.0.0-20240904184605-72273498b4a6 // indirect github.com/rivo/uniseg v0.4.7 // indirect github.com/tetratelabs/wazero v1.9.0 // indirect github.com/tidwall/gjson v1.18.0 // indirect diff --git a/go.sum b/go.sum index d043377..e7bdb51 100644 --- a/go.sum +++ b/go.sum @@ -1031,12 +1031,8 @@ github.com/tidwall/pretty v1.2.1 h1:qjsOFOWWQl+N3RsoF5/ssm1pHmJJwhjlSbZ51I6wMl4= github.com/tidwall/pretty v1.2.1/go.mod h1:ITEVvHYasfjBbM0u2Pg8T2nJnzm8xPwvNhhsoaGGjNU= github.com/tidwall/sjson v1.2.5 h1:kLy8mja+1c9jlljvWTlSazM7cKDRfJuR/bOJhcY5NcY= github.com/tidwall/sjson v1.2.5/go.mod h1:Fvgq9kS/6ociJEDnK0Fk1cpYF4FIW6ZF7LAe+6jwd28= -github.com/tigrisdata/storage-go v0.2.0 h1:9EHAjFKAdTDZXehD7P+kUxOKUvjC5l0xa7TsgXLqNeI= -github.com/tigrisdata/storage-go v0.2.0/go.mod h1:+m0ApB8kJC08wTeg42Pi7Pu27l3x6a2060bKMnOFXBA= -github.com/tigrisdata/storage-go v0.3.0 h1:6MIwzdKLfrJ1Yr7/VyqxrhIW71SYPYPtZHB5II4Uq08= -github.com/tigrisdata/storage-go v0.3.0/go.mod h1:+m0ApB8kJC08wTeg42Pi7Pu27l3x6a2060bKMnOFXBA= -github.com/tigrisdata/storage-go v0.4.0 h1:jZvSCQszYoQqL7fJ7B9ds6B/GbgWSULGATXNBhtGDik= -github.com/tigrisdata/storage-go v0.4.0/go.mod h1:+m0ApB8kJC08wTeg42Pi7Pu27l3x6a2060bKMnOFXBA= +github.com/tigrisdata/storage-go v0.4.1 h1:u2pk+v3O4zXvOM+2vcofESbVAwzC8cShT9rcqqA08KY= +github.com/tigrisdata/storage-go v0.4.1/go.mod h1:+m0ApB8kJC08wTeg42Pi7Pu27l3x6a2060bKMnOFXBA= github.com/tmc/grpc-websocket-proxy v0.0.0-20170815181823-89b8d40f7ca8/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U= github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U= github.com/ugorji/go v1.1.4/go.mod h1:uQMGLiO92mf5W77hV/PUCpI3pbzQx3CRekS0kk+RGrc=