summaryrefslogtreecommitdiffstats
path: root/bump_gocui.sh
blob: 30e565375f4c58589048f3b62e1b90832ad58398 (plain)
1
2
3
4
5
# Go's proxy servers are not very up-to-date so that's why we use `GOPROXY=direct`
# We specify the `awesome` branch to avoid the default behaviour of looking for a semver tag.
GOPROXY=direct go get -u github.com/jesseduffield/gocui@awesome && go mod vendor

# Note to self if you ever want to fork a repo be sure to use this same approach: it's important to use the branch name (e.g. master)