diff options
| author | chrislu <chris.lu@gmail.com> | 2022-07-18 00:25:14 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-07-18 00:25:14 -0700 |
| commit | 7f672b37e166a97fc652a40c7fc41d03f1d6e690 (patch) | |
| tree | 3156f24f800c6bf5513aa9fc874df2fb5bf6ab26 /go.mod | |
| parent | 1f2c5ee06ecd54f46169440a56be07c3081407b7 (diff) | |
| download | seaweedfs-7f672b37e166a97fc652a40c7fc41d03f1d6e690.tar.xz seaweedfs-7f672b37e166a97fc652a40c7fc41d03f1d6e690.zip | |
add flatbuffer serde for message
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
