Skip to content

Commit

Permalink
update vendored packages (#8)
Browse files Browse the repository at this point in the history
* update vendored packages

* update README
  • Loading branch information
canthefason authored Nov 6, 2016
1 parent f539e78 commit 839958b
Show file tree
Hide file tree
Showing 37 changed files with 219 additions and 1,863 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ For the cases where your main function is in another directory other than the de
##### Vendor directory
Since Globs and some optional folder arrays will make it harder to configure, we are not planning to have support for a configurable watched folder structure. Only configuration we have here is, by default we have excluded vendor/ folder from watched directories. If your intention is making some changes in place, you can set -watch-vendor flag as "true", and start watching vendor directory.

#### Known Issues
On Mac OS X, when you make a tls connection, you can get a message like: x509: `certificate signed by unknown authority`

You can resolve this problem by setting CGO_ENABLED=0
https://github.com/golang/go/issues/14514
https://codereview.appspot.com/22020045

## Author

* [Can Yucel](http://canthefason.com)
Expand Down
99 changes: 60 additions & 39 deletions vendor/github.com/fatih/color/color.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 0 additions & 28 deletions vendor/github.com/fsnotify/fsnotify/LICENSE

This file was deleted.

37 changes: 0 additions & 37 deletions vendor/github.com/fsnotify/fsnotify/fen.go

This file was deleted.

62 changes: 0 additions & 62 deletions vendor/github.com/fsnotify/fsnotify/fsnotify.go

This file was deleted.

Loading

0 comments on commit 839958b

Please sign in to comment.