# FIXME: This dependency supports loong64 from v1.1.17.
# Ref: https://github.com/jesseduffield/lazygit/pull/3581
if ab_match_arch loongarch64 || ab_match_arch loongarch64_nosimd; then
    abinfo "Updating dependencies for loongarch64 ..."
    go get github.com/creack/pty@v1.1.17
    go mod vendor
fi
