Skip to content
This repository was archived by the owner on Nov 17, 2021. It is now read-only.

Commit 94fc14e

Browse files
committed
update vendor to dep
1 parent 17b6a65 commit 94fc14e

File tree

365 files changed

+100997
-30483
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

365 files changed

+100997
-30483
lines changed

Gopkg.lock

+71
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gopkg.toml

+50
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
# Gopkg.toml example
2+
#
3+
# Refer to https://golang.github.io/dep/docs/Gopkg.toml.html
4+
# for detailed Gopkg.toml documentation.
5+
#
6+
# required = ["github.com/user/thing/cmd/thing"]
7+
# ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
8+
#
9+
# [[constraint]]
10+
# name = "github.com/user/project"
11+
# version = "1.0.0"
12+
#
13+
# [[constraint]]
14+
# name = "github.com/user/project2"
15+
# branch = "dev"
16+
# source = "github.com/myfork/project2"
17+
#
18+
# [[override]]
19+
# name = "github.com/x/y"
20+
# version = "2.4.0"
21+
#
22+
# [prune]
23+
# non-go = false
24+
# go-tests = true
25+
# unused-packages = true
26+
27+
28+
[[constraint]]
29+
name = "github.com/fsnotify/fsnotify"
30+
version = "1.4.7"
31+
32+
[[constraint]]
33+
branch = "master"
34+
name = "github.com/go-vgo/gt"
35+
36+
[[constraint]]
37+
name = "github.com/gorilla/websocket"
38+
version = "1.2.0"
39+
40+
[[constraint]]
41+
name = "github.com/smartystreets/goconvey"
42+
version = "1.6.3"
43+
44+
[[constraint]]
45+
name = "gopkg.in/yaml.v2"
46+
version = "2.2.1"
47+
48+
[prune]
49+
go-tests = true
50+
unused-packages = true

vendor/github.com/fsnotify/fsnotify/.editorconfig

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/fsnotify/fsnotify/.gitignore

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/fsnotify/fsnotify/.travis.yml

+30
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/fsnotify/fsnotify/AUTHORS

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/fsnotify/fsnotify/CHANGELOG.md

+10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/fsnotify/fsnotify/kqueue.go

+40-22
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)