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