From d9c3de63cb076dc8f74bbc3c39aa73d491041f2b Mon Sep 17 00:00:00 2001 From: Azareal Date: Sun, 29 Sep 2019 15:49:23 +1000 Subject: [PATCH] Tweak this back. --- update-deps-linux | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/update-deps-linux b/update-deps-linux index 4fc14cc2..ba85366c 100644 --- a/update-deps-linux +++ b/update-deps-linux @@ -1,3 +1,4 @@ echo "Updating the dependencies" -go get -easyjson -pkg common \ No newline at end of file +go get -u github.com/mailru/easyjson/... +easyjson -pkg common +go get \ No newline at end of file