glide: add glide yaml files

this allows us to build binaries in this library and generally control
our dependencies more concretely.
This commit is contained in:
Stephen Demos 2017-12-05 14:45:21 -08:00
parent c731a0389e
commit 15c12b686e
2 changed files with 24 additions and 0 deletions

13
glide.lock generated Normal file
View File

@ -0,0 +1,13 @@
hash: a0dc2989b3602eb009ca448d7c52c4503ce9a616b73cd0f7e4348d9e9336c041
updated: 2017-11-30T12:55:15.176689511-08:00
imports:
- name: github.com/blang/semver
version: 2ee87856327ba09384cabd113bc6b5d174e9ec0f
- name: github.com/satori/go.uuid
version: 879c5887cd475cd7864858769793b2ceb0d44feb
testImports:
- name: github.com/kylelemons/godebug
version: d65d576e9348f5982d7f6d83682b694e731a45c6
subpackages:
- diff
- pretty

11
glide.yaml Normal file
View File

@ -0,0 +1,11 @@
package: github.com/coreos/go-omaha
import:
- package: github.com/blang/semver
version: ~3.5.1
- package: github.com/satori/go.uuid
version: ~1.1.0
testImport:
- package: github.com/kylelemons/godebug
subpackages:
- diff
- pretty