mirror of
https://github.com/jimeh/build-emacs-for-macos.git
synced 2026-02-19 03:46:40 +00:00
This will eventually replace the build-emacs-for-macos script that's written in Ruby. The migration of functionality will happen bit by bit over time.
16 lines
518 B
Modula-2
16 lines
518 B
Modula-2
module github.com/jimeh/build-emacs-for-macos
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
|
|
github.com/fatih/color v1.12.0 // indirect
|
|
github.com/hashicorp/go-hclog v0.16.1
|
|
github.com/mattn/go-isatty v0.0.13 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/stretchr/testify v1.6.1 // indirect
|
|
github.com/urfave/cli/v2 v2.3.0
|
|
golang.org/x/sys v0.0.0-20210603125802-9665404d3644 // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
|
)
|