From 235b7efa1acaba1cb654253f6a1b8ac06fd48bb1 Mon Sep 17 00:00:00 2001 From: Azareal Date: Sun, 29 Sep 2019 16:49:57 +1000 Subject: [PATCH] How about this. --- update-deps-linux | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/update-deps-linux b/update-deps-linux index 6616e8a2..a0907649 100644 --- a/update-deps-linux +++ b/update-deps-linux @@ -1,9 +1,7 @@ echo "Updating the dependencies" cp ./common/common_easyjson.tgo ./common/common_easyjson.go +go get { - cd extend - go get -u github.com/mailru/easyjson/... - cd .. easyjson -pkg common } || { echo "Defaulting to bundled generated easyjson file"