aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-05-30 15:21:07 +0000
committerGitHub <noreply@github.com>2022-05-30 15:21:07 +0000
commit64f381b3b2530cd72cc200c8465d1720d1dfadc2 (patch)
tree34b71072f68c4e41d381c2005f9b08c96a473797 /go.mod
parentb8f3db0d4607e71e9725152d82399d1b9ce5c4a9 (diff)
downloadseaweedfs-64f381b3b2530cd72cc200c8465d1720d1dfadc2.tar.xz
seaweedfs-64f381b3b2530cd72cc200c8465d1720d1dfadc2.zip
Bump modernc.org/strutil from 1.1.1 to 1.1.2
Bumps [modernc.org/strutil](https://gitlab.com/cznic/strutil) from 1.1.1 to 1.1.2. - [Release notes](https://gitlab.com/cznic/strutil/tags) - [Commits](https://gitlab.com/cznic/strutil/compare/v1.1.1...v1.1.2) --- 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>
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 f64b5cb11..2242d1181 100644
--- a/go.mod
+++ b/go.mod
@@ -144,7 +144,7 @@ require (
modernc.org/memory v1.1.1 // indirect
modernc.org/opt v0.1.1 // indirect
modernc.org/sqlite v1.17.2
- modernc.org/strutil v1.1.1
+ modernc.org/strutil v1.1.2
modernc.org/token v1.0.0 // indirect
)