summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-02-26 08:47:33 +0000
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2024-02-26 17:08:34 +0100
commitd4be1643a08cbaaf577d3b6df6549405b865c3f3 (patch)
treef65678f39ec2b4db6c3dcdffd586c95e6bbc4997 /go.mod
parentf27e578718e9ec9a7a8dbbf23134852455f9a667 (diff)
build(deps): bump github.com/spf13/fsync from 0.10.0 to 0.10.1
Bumps [github.com/spf13/fsync](https://github.com/spf13/fsync) from 0.10.0 to 0.10.1. - [Release notes](https://github.com/spf13/fsync/releases) - [Commits](https://github.com/spf13/fsync/compare/v0.10.0...v0.10.1) --- updated-dependencies: - dependency-name: github.com/spf13/fsync 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 29344bbb4..e4b351d2d 100644
--- a/go.mod
+++ b/go.mod
@@ -62,7 +62,7 @@ require (
github.com/spf13/afero v1.11.0
github.com/spf13/cast v1.6.0
github.com/spf13/cobra v1.8.0
- github.com/spf13/fsync v0.10.0
+ github.com/spf13/fsync v0.10.1
github.com/spf13/pflag v1.0.5
github.com/tdewolff/minify/v2 v2.20.17
github.com/tdewolff/parse/v2 v2.7.12