1
0
mirror of https://github.com/directorz/mailfull-go.git synced 2026-01-10 05:05:59 +00:00

Add support for creating GitHub Releases page

This commit is contained in:
teru
2016-08-22 15:15:08 +09:00
parent 0926ffd318
commit b52a7cde7f
3 changed files with 65 additions and 1 deletions

6
Gomfile Normal file
View File

@@ -0,0 +1,6 @@
gom 'github.com/BurntSushi/toml'
gom 'github.com/armon/go-radix'
gom 'github.com/bgentry/speakeasy'
gom 'github.com/jsimonetti/pwscheme'
gom 'github.com/mattn/go-isatty'
gom 'github.com/mitchellh/cli'