aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2022-03-29 12:53:37 -0700
committerGitHub <noreply@github.com>2022-03-29 12:53:37 -0700
commit4db7754cd6bbf118d2e92a81bbdb42cc07f96933 (patch)
tree062d005f21539fe4aeaff341f3e69f9a5f01c966 /go.mod
parent996231c01d56f45fb9ff74274e4bac84a810f14d (diff)
parent5d59f2b1914a346f21857aa1ed36031fd39f300c (diff)
downloadseaweedfs-4db7754cd6bbf118d2e92a81bbdb42cc07f96933.tar.xz
seaweedfs-4db7754cd6bbf118d2e92a81bbdb42cc07f96933.zip
Merge pull request #2845 from chrislusf/dependabot/go_modules/github.com/fluent/fluent-logger-golang-1.9.0
Bump github.com/fluent/fluent-logger-golang from 1.8.0 to 1.9.0
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 e2c5882a7..a074412f6 100644
--- a/go.mod
+++ b/go.mod
@@ -148,7 +148,7 @@ require (
)
require (
- github.com/fluent/fluent-logger-golang v1.8.0
+ github.com/fluent/fluent-logger-golang v1.9.0
github.com/hanwen/go-fuse/v2 v2.1.0
)