diff options
| author | chrislu <chris.lu@gmail.com> | 2022-07-18 00:25:14 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-07-28 23:24:38 -0700 |
| commit | 7576c244c47113b452681967b741ece5225767e3 (patch) | |
| tree | 0cfa4d61255359da7c4a29aca99855087c190c39 /go.mod | |
| parent | a3fae7cd163bc97ddea5f5dd79e2aa0491f86302 (diff) | |
| download | seaweedfs-7576c244c47113b452681967b741ece5225767e3.tar.xz seaweedfs-7576c244c47113b452681967b741ece5225767e3.zip | |
add flatbuffer serde for message
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -183,6 +183,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/grpc-ecosystem/go-grpc-middleware v1.1.0 // indirect github.com/hashicorp/go-hclog v1.2.0 // indirect |
