mirror of
https://github.com/jimeh/build-emacs-for-macos.git
synced 2026-02-19 04:56:39 +00:00
31 lines
1.2 KiB
Modula-2
31 lines
1.2 KiB
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/golang/protobuf v1.5.2 // indirect
|
|
github.com/google/go-github/v35 v35.3.0
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
|
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.5
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/urfave/cli/v2 v2.3.0
|
|
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e // indirect
|
|
golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect
|
|
golang.org/x/oauth2 v0.0.0-20210615190721-d04028783cf1
|
|
golang.org/x/sys v0.0.0-20210616094352-59db8d763f22 // indirect
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
|
howett.net/plist v0.0.0-20201203080718-1454fab16a06 // indirect
|
|
)
|