aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2022-07-18 00:25:14 -0700
committerchrislu <chris.lu@gmail.com>2022-07-18 00:25:14 -0700
commit7f672b37e166a97fc652a40c7fc41d03f1d6e690 (patch)
tree3156f24f800c6bf5513aa9fc874df2fb5bf6ab26 /go.mod
parent1f2c5ee06ecd54f46169440a56be07c3081407b7 (diff)
downloadseaweedfs-7f672b37e166a97fc652a40c7fc41d03f1d6e690.tar.xz
seaweedfs-7f672b37e166a97fc652a40c7fc41d03f1d6e690.zip
add flatbuffer serde for message
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index fc956e42a..64e051b49 100644
--- a/go.mod
+++ b/go.mod
@@ -184,6 +184,7 @@ require (
github.com/fatih/color v1.13.0 // indirect
github.com/fclairamb/go-log v0.3.0 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
+ github.com/google/flatbuffers v2.0.6+incompatible // indirect
github.com/googleapis/enterprise-certificate-proxy v0.1.0 // indirect
github.com/googleapis/go-type-adapters v1.0.0 // indirect
github.com/grpc-ecosystem/go-grpc-middleware v1.1.0 // indirect