dependencies
This commit is contained in:
parent
2b79bbef99
commit
50f25fdb06
|
@ -1,8 +1,10 @@
|
|||
hash: ef1aaff11d9be4abdfb2f2152fe8bcb49e255fe27796ab61b938144a0098f883
|
||||
updated: 2016-07-26T18:14:33.237501635+02:00
|
||||
hash: 0d0dceae5048b463fa7250a286a981b2e865ff1e19257b165493211225a5f2a2
|
||||
updated: 2016-07-28T01:57:12.712116701+02:00
|
||||
imports:
|
||||
- name: github.com/fatih/color
|
||||
version: 87d4004f2ab62d0d255e0a38f1680aa534549fe3
|
||||
- name: github.com/fsnotify/fsnotify
|
||||
version: a8a77c9133d2d6fd8334f3260d06f60e8d80a5fb
|
||||
- name: github.com/mattn/go-colorable
|
||||
version: 9056b7a9f2d1f2d96498d6d146acd1f9d5ed3d59
|
||||
- name: github.com/mattn/go-isatty
|
||||
|
@ -10,6 +12,7 @@ imports:
|
|||
- name: golang.org/x/sys
|
||||
version: a646d33e2ee3172a661fc09bca23bb4889a41bc8
|
||||
subpackages:
|
||||
- '...'
|
||||
- unix
|
||||
- name: gopkg.in/urfave/cli.v2
|
||||
version: ee2e8aa5b22f55f006c27fd35765c62249a39aad
|
||||
|
|
|
@ -3,3 +3,7 @@ import:
|
|||
- package: gopkg.in/urfave/cli.v2
|
||||
- package: gopkg.in/yaml.v2
|
||||
- package: github.com/fatih/color
|
||||
- package: golang.org/x/sys
|
||||
subpackages:
|
||||
- '...'
|
||||
- package: github.com/fsnotify/fsnotify
|
||||
|
|
Loading…
Reference in New Issue