gosora/update-deps-linux
Azareal a6cdd49192 Creativity x.x
Remove a really old version of easyjson from go.sum
2019-09-29 16:37:40 +10:00

11 lines
246 B
Plaintext

echo "Updating the dependencies"
cp ./common/common_easyjson.tgo ./common/common_easyjson.go
{
cd extend
go get -u github.com/mailru/easyjson/...
cd ..
easyjson -pkg common
} || {
echo "Defaulting to bundled generated easyjson file"
}
go get