forked from ninjasphere/kodi_jsonrpc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
glide.yaml
23 lines (22 loc) · 791 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
# Glide YAML configuration file
# Set this to your fully qualified package name, e.g.
# github.com/Masterminds/foo. This should be the
# top level package.
package: github.com/StreamBoat/kodi_jsonrpc
# Declare your project's dependencies.
import:
# Fetch package similar to 'go get':
#- package: github.com/Masterminds/cookoo
# Get and manage a package with Git:
#- package: github.com/Masterminds/cookoo
# # The repository URL
# repo: git@github.com:Masterminds/cookoo.git
# # A tag, branch, or SHA
# ref: 1.1.0
# # the VCS type (compare to bzr, hg, svn). You should
# # set this if you know it.
# vcs: git
- package: github.com/Sirupsen/logrus
ref: v0.8.3
- package: github.com/mitchellh/mapstructure
ref: 281073eb9eb092240d33ef253c404f1cca550309