Skip to content

Commit 071ecac

Browse files
author
Roberto Sora
committed
added vendor config and dependencies
1 parent c3ce05a commit 071ecac

File tree

1,265 files changed

+255466
-69449
lines changed

Some content is hidden

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

1,265 files changed

+255466
-69449
lines changed

Gopkg.lock

Lines changed: 454 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gopkg.toml

Lines changed: 211 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,211 @@
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/Sirupsen/logrus"
30+
version = "1.0.6"
31+
32+
[[constraint]]
33+
name = "github.com/blang/semver"
34+
version = "3.5.1"
35+
36+
[[constraint]]
37+
branch = "master"
38+
name = "github.com/creack/goselect"
39+
40+
[[constraint]]
41+
branch = "master"
42+
name = "github.com/getlantern/context"
43+
44+
[[constraint]]
45+
branch = "master"
46+
name = "github.com/getlantern/errors"
47+
48+
[[constraint]]
49+
branch = "master"
50+
name = "github.com/getlantern/filepersist"
51+
52+
[[constraint]]
53+
branch = "master"
54+
name = "github.com/getlantern/golog"
55+
56+
[[constraint]]
57+
branch = "master"
58+
name = "github.com/getlantern/hex"
59+
60+
[[constraint]]
61+
branch = "master"
62+
name = "github.com/getlantern/hidden"
63+
64+
[[constraint]]
65+
branch = "master"
66+
name = "github.com/getlantern/ops"
67+
68+
[[constraint]]
69+
name = "github.com/getlantern/stack"
70+
version = "1.5.1"
71+
72+
[[constraint]]
73+
branch = "master"
74+
name = "github.com/getlantern/systray"
75+
76+
[[constraint]]
77+
name = "github.com/gin-gonic/gin"
78+
version = "1.2.0"
79+
80+
[[constraint]]
81+
name = "github.com/go-ini/ini"
82+
version = "1.38.1"
83+
84+
[[constraint]]
85+
branch = "master"
86+
name = "github.com/googollee/go-engine.io"
87+
88+
[[constraint]]
89+
branch = "master"
90+
name = "github.com/googollee/go-socket.io"
91+
92+
[[constraint]]
93+
name = "github.com/gorilla/websocket"
94+
version = "1.2.0"
95+
96+
[[constraint]]
97+
branch = "filemode"
98+
name = "github.com/inconshreveable/go-update"
99+
100+
[[constraint]]
101+
name = "github.com/itsjamie/gin-cors"
102+
version = "1.0.0"
103+
104+
[[constraint]]
105+
branch = "master"
106+
name = "github.com/kardianos/osext"
107+
108+
[[constraint]]
109+
name = "github.com/kr/binarydist"
110+
version = "0.1.0"
111+
112+
[[constraint]]
113+
name = "github.com/kr/fs"
114+
version = "0.1.0"
115+
116+
[[constraint]]
117+
branch = "master"
118+
name = "github.com/manucorporat/sse"
119+
120+
[[constraint]]
121+
name = "github.com/mattn/go-colorable"
122+
version = "0.0.9"
123+
124+
[[constraint]]
125+
name = "github.com/mattn/go-isatty"
126+
version = "0.0.3"
127+
128+
[[constraint]]
129+
name = "github.com/mattn/go-ole"
130+
version = "1.2.1"
131+
132+
[[constraint]]
133+
name = "github.com/mattn/go-shellwords"
134+
version = "1.0.3"
135+
136+
[[constraint]]
137+
name = "github.com/miekg/dns"
138+
version = "1.0.8"
139+
140+
[[constraint]]
141+
branch = "master"
142+
name = "github.com/mitchellh/go-homedir"
143+
144+
[[constraint]]
145+
branch = "master"
146+
name = "github.com/oleksandr/bonjour"
147+
148+
[[constraint]]
149+
name = "github.com/pkg/errors"
150+
version = "0.8.0"
151+
152+
[[constraint]]
153+
name = "github.com/pkg/sftp"
154+
version = "1.8.0"
155+
156+
[[constraint]]
157+
branch = "master"
158+
name = "github.com/sfreiberg/simplessh"
159+
160+
[[constraint]]
161+
branch = "master"
162+
name = "github.com/skratchdot/open-golang"
163+
164+
[[constraint]]
165+
name = "github.com/smartystreets/goconvey"
166+
version = "1.6.3"
167+
168+
[[constraint]]
169+
name = "github.com/stretchr/testify"
170+
version = "1.2.2"
171+
172+
[[constraint]]
173+
branch = "master"
174+
name = "github.com/vharitonsky/iniflags"
175+
176+
[[constraint]]
177+
branch = "master"
178+
name = "github.com/xrash/smetrics"
179+
180+
[[constraint]]
181+
branch = "master"
182+
name = "go.bug.st/serial.v1"
183+
184+
[[constraint]]
185+
branch = "master"
186+
name = "golang.org/x/crypto"
187+
188+
[[constraint]]
189+
branch = "master"
190+
name = "golang.org/x/net"
191+
192+
[[constraint]]
193+
branch = "master"
194+
name = "golang.org/x/sys"
195+
196+
[[constraint]]
197+
name = "gopkg.in/bluesuncorp/validator.v5"
198+
version = "5.12.0"
199+
200+
[[constraint]]
201+
branch = "v0"
202+
name = "gopkg.in/inconshreveable/go-update.v0"
203+
204+
[[constraint]]
205+
name = "gopkg.in/ini.v1"
206+
version = "1.38.1"
207+
208+
[prune]
209+
non-go = true
210+
go-tests = true
211+
unused-packages = true

vendor/github.com/Sirupsen/logrus/CHANGELOG.md

Lines changed: 0 additions & 41 deletions
This file was deleted.

0 commit comments

Comments
 (0)