vendor: update bbolt v1.3.4, zap v1.14.1

Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
This commit is contained in:
Gyuho Lee
2020-03-19 13:36:43 -07:00
parent 45a45d3c0a
commit 3ffb3aed3a
226 changed files with 47618 additions and 37005 deletions

View File

@@ -13,8 +13,8 @@ if [ -d "gopath.proto" ]; then
exit 255
fi
if [[ $(go version) != "go version go1.13"* ]]; then
echo "expect Go 1.13+, got:" "$(go version)"
if [[ $(go version) != "go version go1.14"* ]]; then
echo "expect Go 1.14+, got:" "$(go version)"
exit 255
fi