mirror of
https://github.com/jimeh/emacs-builds.git
synced 2026-02-19 06:06:41 +00:00
12 lines
276 B
Modula-2
12 lines
276 B
Modula-2
module github.com/jimeh/emacs-builds
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/google/go-github/v35 v35.1.0
|
|
github.com/urfave/cli/v2 v2.3.0
|
|
github.com/xlab/treeprint v1.1.0
|
|
golang.org/x/oauth2 v0.0.0-20210427180440-81ed05c6b58c
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
|
)
|