chore(builds): remove github-release tool

This now lives in the jimeh/emacs-builds repo, which focuses on building
and publishing binary releases, using the build-emacs-for-macos script.
This commit is contained in:
2021-05-08 19:10:46 +01:00
parent 1df39fafe6
commit 81a96f4d60
11 changed files with 0 additions and 891 deletions

10
go.mod
View File

@@ -1,10 +0,0 @@
module github.com/jimeh/build-emacs-for-macos
go 1.16
require (
github.com/google/go-github/v35 v35.1.0
github.com/urfave/cli/v2 v2.3.0
golang.org/x/oauth2 v0.0.0-20210427180440-81ed05c6b58c
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)