-
Notifications
You must be signed in to change notification settings - Fork 7
/
glide.yaml
40 lines (40 loc) · 934 Bytes
/
glide.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
package: github.com/rande/pkgmirror
owners:
- name: Thomas Rabaix
email: [email protected]
homepage: https://thomas.rabaix.net
excludeDirs:
- gui
- build
- docs
- fixtures
import:
- package: github.com/BurntSushi/toml
version: ^0.2.0
- package: github.com/NYTimes/gziphandler
- package: github.com/Sirupsen/logrus
version: ^0.10.0
- package: github.com/bakins/logrus-middleware
- package: github.com/boltdb/bolt
version: ^1.2.1
- package: github.com/mitchellh/cli
- package: github.com/rande/goapp
- package: github.com/rande/gonode
subpackages:
- core/vault
- package: goji.io
version: ^1.1.0
subpackages:
- pat
- pattern
- package: golang.org/x/net
subpackages:
- context
- package: github.com/AaronO/go-git-http
version: fix_remaining_git_process
repo: https://github.com/rande/go-git-http.git
vcs: git
- package: github.com/stretchr/testify
version: ^1.1.3
subpackages:
- assert