forked from xmidt-org/webpa-common
-
Notifications
You must be signed in to change notification settings - Fork 0
/
glide.yaml
67 lines (67 loc) · 1.75 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
package: github.com/Comcast/webpa-common
import:
- package: github.com/justinas/alice
version: 03f45bd4b7dad4734bc4620e46a35789349abb20
- package: github.com/SermoDigital/jose
version: 1.1
subpackages:
- crypto
- jws
- jwt
- package: github.com/go-kit/kit
version: 0.6.0
- package: github.com/go-logfmt/logfmt
version: v0.3.0
- package: github.com/go-stack/stack
version: v1.6.0
- package: gopkg.in/natefinch/lumberjack.v2
version: v2.1
- package: github.com/billhathaway/consistentHash
version: addea16d2229dba874111898b45be7f4a78af631
- package: github.com/spaolacci/murmur3
version: v1.0
- package: github.com/gorilla/mux
version: v1.6.1
- package: github.com/gorilla/schema
- package: github.com/gorilla/websocket
version: v1.2.0
- package: github.com/tinylib/msgp
version: "1.0"
subpackages:
- msgp
- package: github.com/jtacoma/uritemplates
version: v1.0.0
- package: github.com/rubyist/circuitbreaker
version: v2.2.0
- package: github.com/spf13/pflag
version: 1.0.0
- package: github.com/spf13/viper
version: v1.0.0
- package: github.com/samuel/go-zookeeper
version: c4fab1ac1bec58281ad0667dc3f0907a9476ac47
- package: github.com/hashicorp/consul
version: v1.0.6
subpackages:
- api
- package: github.com/ugorji/go
version: 00a57e09e383d445aeef6c6cd642969dc4360231
subpackages:
- codec
- package: github.com/c9s/goprocinfo
version: 19cb9f127a9c8d2034cf59ccb683cdb94b9deb6c
- package: github.com/stretchr/testify
version: v1.2.1
subpackages:
- assert
- require
- mock
- linux
- package: github.com/aws/aws-sdk-go
version: 7be45195c3af1b54a609812f90c05a7e492e2491
subpackages:
- aws
- service
- package: github.com/prometheus/client_golang
version: v0.9.0-pre1
- package: github.com/miekg/dns
version: v1.0.12