Skip to content

Commit dd5dbde

Browse files
committed
TEST: use glide for vendoring
1 parent 1f26630 commit dd5dbde

File tree

2 files changed

+106
-0
lines changed

2 files changed

+106
-0
lines changed

glide.lock

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

glide.yaml

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
package: .
2+
import:
3+
- package: github.com/Masterminds/glide
4+
version: ^0.12.3
5+
subpackages:
6+
- cfg
7+
- path
8+
- package: github.com/Sirupsen/logrus
9+
version: ^0.11.2
10+
- package: github.com/blang/semver
11+
version: ^3.5.0
12+
- package: github.com/bmatcuk/doublestar
13+
version: ^1.0.9
14+
- package: github.com/facchinm/systray
15+
subpackages:
16+
- example/icon
17+
- package: github.com/getlantern/systray
18+
- package: github.com/gin-gonic/gin
19+
version: ^1.1.4
20+
- package: github.com/googollee/go-socket.io
21+
- package: github.com/inconshreveable/go-update
22+
- package: github.com/itsjamie/gin-cors
23+
version: ^1.0.0
24+
- package: github.com/kardianos/osext
25+
- package: github.com/kr/binarydist
26+
- package: github.com/mattn/go-shellwords
27+
version: ^1.0.2
28+
- package: github.com/oleksandr/bonjour
29+
- package: github.com/pkg/errors
30+
version: ^0.8.0
31+
- package: github.com/sfreiberg/simplessh
32+
- package: github.com/skratchdot/open-golang
33+
subpackages:
34+
- open
35+
- package: github.com/spf13/cobra
36+
- package: github.com/vharitonsky/iniflags
37+
- package: github.com/xrash/smetrics
38+
- package: go.bug.st/serial.v1
39+
subpackages:
40+
- enumerator
41+
- package: golang.org/x/crypto
42+
subpackages:
43+
- openpgp
44+
testImport:
45+
- package: github.com/mitchellh/go-homedir

0 commit comments

Comments
 (0)