-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathglide.yaml
More file actions
27 lines (27 loc) · 821 Bytes
/
glide.yaml
File metadata and controls
27 lines (27 loc) · 821 Bytes
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
package: monitor
license: MIT
owners:
- name: Shu Chao
email: shuc324@gmail.com
homepage: https://github.com/shuc324
import:
- package: github.com/shirou/gopsutil
- package: github.com/gizak/termui
- package: gopkg.in/mgo.v2
#repo: git@github.com:go-mgo/mgo.git
#vcs: git
- package: gopkg.in/yaml.v2
#repo: git@github.com:go-yaml/yaml.git
#vcs: git
- package: github.com/spf13/cobra
- package: github.com/spf13/pflag
- package: github.com/spf13/viper
- package: github.com/spf13/afero
- package: github.com/spf13/cast
- package: github.com/spf13/jwalterweatherman
- package: github.com/fsnotify/fsnotify
- package: github.com/hashicorp/hcl
- package: github.com/magiconair/properties
- package: github.com/mitchellh/mapstructure
- package: github.com/pelletier/go-toml
- package: github.com/noaway/heartbeat