Update go dependencies

This commit is contained in:
Manuel de Brito Fontes 2017-11-06 19:38:16 -03:00
parent 3fd7a14774
commit 7ab2987fd8
66 changed files with 11285 additions and 400 deletions

11
vendor/github.com/fsnotify/fsnotify/open_mode_bsd.go generated vendored Normal file
View file

@ -0,0 +1,11 @@
// Copyright 2013 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// +build freebsd openbsd netbsd dragonfly
package fsnotify
import "golang.org/x/sys/unix"
const openMode = unix.O_NONBLOCK | unix.O_RDONLY