diff --git a/update-deps-linux b/update-deps-linux index 6d1b7668..ba85366c 100644 --- a/update-deps-linux +++ b/update-deps-linux @@ -1,4 +1,4 @@ echo "Updating the dependencies" go get -u github.com/mailru/easyjson/... - +easyjson -pkg common go get \ No newline at end of file diff --git a/update-deps.bat b/update-deps.bat index 570ab408..a805fed2 100644 --- a/update-deps.bat +++ b/update-deps.bat @@ -7,6 +7,12 @@ if %errorlevel% neq 0 ( exit /b %errorlevel% ) +easyjson -pkg common +if %errorlevel% neq 0 ( + pause + exit /b %errorlevel% +) + go get if %errorlevel% neq 0 ( pause