From e26eda12bcbab70d424657af1b63ee334e46b974 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20D=C3=ADaz?= Date: Wed, 13 Mar 2019 22:19:41 +0100 Subject: [PATCH] Add protobuf to dependencies --- go.mod | 1 + 1 file changed, 1 insertion(+) diff --git a/go.mod b/go.mod index b56a30cbb..e318a8707 100644 --- a/go.mod +++ b/go.mod @@ -8,6 +8,7 @@ require ( github.com/cespare/xxhash v1.1.0 // indirect github.com/coocood/freecache v1.1.0 github.com/dgraph-io/badger v1.5.4 + github.com/golang/protobuf v1.2.0 github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c github.com/hashicorp/go-msgpack v0.5.3 github.com/hashicorp/logutils v1.0.0