Merge remote-tracking branch 'origin/master'

This commit is contained in:
alessio 2016-08-24 15:31:10 +02:00
commit 827306e64a
3 changed files with 2 additions and 31 deletions

3
.gitignore vendored
View File

@ -29,4 +29,5 @@ _testmain.go
docker
vendor
bin
bin
glide.*

21
glide.lock generated
View File

@ -1,21 +0,0 @@
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
version: 56b76bdf51f7708750eac80fa38b952bb9f32639
- name: golang.org/x/sys
version: a646d33e2ee3172a661fc09bca23bb4889a41bc8
subpackages:
- '...'
- unix
- name: gopkg.in/urfave/cli.v2
version: ee2e8aa5b22f55f006c27fd35765c62249a39aad
- name: gopkg.in/yaml.v2
version: e4d366fc3c7938e2958e662b4258c7a89e1f0e3e
devImports: []

View File

@ -1,9 +0,0 @@
package: github.com/tockins/realize
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