summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-02-19 23:57:45 +0000
committerDaniel Milde <daniel@milde.cz>2024-02-21 17:53:07 +0100
commit49e670b17ce0b8487d0f98f15357f84d7e65512f (patch)
tree1bb9ef1ba8868ac1287e2f2575a144cf78d9517a
parent5751cddde9c2107ef82f09e68bfea72c1863e061 (diff)
chore(deps): bump github.com/maruel/natural from 1.1.0 to 1.1.1
Bumps [github.com/maruel/natural](https://github.com/maruel/natural) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/maruel/natural/releases) - [Commits](https://github.com/maruel/natural/compare/v1.1.0...v1.1.1) --- updated-dependencies: - dependency-name: github.com/maruel/natural dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--go.mod2
-rw-r--r--go.sum4
2 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 2203e01..fcda816 100644
--- a/go.mod
+++ b/go.mod
@@ -6,7 +6,7 @@ require (
github.com/dgraph-io/badger/v3 v3.2103.2
github.com/fatih/color v1.16.0
github.com/gdamore/tcell/v2 v2.7.1
- github.com/maruel/natural v1.1.0
+ github.com/maruel/natural v1.1.1
github.com/mattn/go-isatty v0.0.20
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58
github.com/pkg/errors v0.9.1
diff --git a/go.sum b/go.sum
index 58daefa..a9221ec 100644
--- a/go.sum
+++ b/go.sum
@@ -66,8 +66,8 @@ github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
github.com/lucasb-eyer/go-colorful v1.2.0 h1:1nnpGOrhyZZuNyfu1QjKiUICQ74+3FNCN69Aj6K7nkY=
github.com/lucasb-eyer/go-colorful v1.2.0/go.mod h1:R4dSotOR9KMtayYi1e77YzuveK+i7ruzyGqttikkLy0=
github.com/magiconair/properties v1.8.0/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ=
-github.com/maruel/natural v1.1.0 h1:2z1NgP/Vae+gYrtC0VuvrTJ6U35OuyUqDdfluLqMWuQ=
-github.com/maruel/natural v1.1.0/go.mod h1:eFVhYCcUOfZFxXoDZam8Ktya72wa79fNC3lc/leA0DQ=
+github.com/maruel/natural v1.1.1 h1:Hja7XhhmvEFhcByqDoHz9QZbkWey+COd9xWfCfn1ioo=
+github.com/maruel/natural v1.1.1/go.mod h1:v+Rfd79xlw1AgVBjbO0BEQmptqb5HvL/k9GRHB7ZKEg=
github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=
github.com/mattn/go-colorable v0.1.13/go.mod h1:7S9/ev0klgBDR4GtXTXX8a3vIGJpMovkB8vQcUbaXHg=
github.com/mattn/go-isatty v0.0.16/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM=