feat(cask): add cask update command to manage cask formula

This will be used by the jimeh/homebrew-emacs-builds brew tap repository
in combination with brew livecheck to automatically update cask formulas
to the latest nightly builds from the jimeh/emacs-builds repository.
This commit is contained in:
2021-06-28 00:02:04 +01:00
parent 634861beea
commit adbcfc6fc4
7 changed files with 713 additions and 0 deletions

1
go.mod
View File

@@ -13,6 +13,7 @@ require (
github.com/hashicorp/go-hclog v0.16.1
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/hashicorp/go-retryablehttp v0.7.0 // indirect
github.com/hexops/gotextdiff v1.0.3
github.com/jimeh/undent v1.1.0
github.com/mattn/go-isatty v0.0.13 // indirect
github.com/mitchellh/gon v0.2.3