aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-02-10 09:47:31 -0800
committerGitHub <noreply@github.com>2025-02-10 09:47:31 -0800
commitde61e21654a8958473be5dbca089604812884aae (patch)
treed9daaa29241f820a6669f6e64df813d9c101c604 /go.mod
parent3220c0de15cdb33efb8cfc9f9a2d9c09b4e06a90 (diff)
downloadseaweedfs-de61e21654a8958473be5dbca089604812884aae.tar.xz
seaweedfs-de61e21654a8958473be5dbca089604812884aae.zip
chore(deps): bump modernc.org/strutil from 1.2.0 to 1.2.1 (#6537)
Bumps [modernc.org/strutil](https://gitlab.com/cznic/strutil) from 1.2.0 to 1.2.1. - [Commits](https://gitlab.com/cznic/strutil/compare/v1.2.0...v1.2.1) --- updated-dependencies: - dependency-name: modernc.org/strutil dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 7e51eb0cb..e9b705ce0 100644
--- a/go.mod
+++ b/go.mod
@@ -122,7 +122,7 @@ require (
modernc.org/mathutil v1.7.1
modernc.org/memory v1.8.0 // indirect
modernc.org/sqlite v1.34.5
- modernc.org/strutil v1.2.0
+ modernc.org/strutil v1.2.1
)
require (