-
Notifications
You must be signed in to change notification settings - Fork 33
/
Gopkg.toml
47 lines (33 loc) · 1.16 KB
/
Gopkg.toml
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
################################
# Direct dependencies
# master branch
[[constraint]]
name = "github.com/coreos/etcd"
source = "https://github.com/coreos/etcd"
revision = "93be31d43a2728d1750120aeae7a483698ccead2"
# v1.13.0
[[constraint]]
name = "google.golang.org/grpc"
source = "https://github.com/grpc/grpc-go"
revision = "168a6198bcb0ef175f7dacec0b8691fc141dc9b8"
[[constraint]]
name = "github.com/ugorji/go"
source = "https://github.com/ugorji/go"
revision = "f3cacc17c85ecb7f1b6a9e373ee85d1480919868"
[[constraint]]
name = "github.com/axiomhq/hyperloglog"
source = "https://github.com/axiomhq/hyperloglog"
revision = "fe9507de02284497dca36b7bb982cb4881a35837"
################################
################################
# Transitive dependencies, and overrides
# v1.3.1-coreos.6
[[override]]
name = "github.com/coreos/bbolt"
source = "https://github.com/coreos/bbolt"
revision = "48ea1b39c25fc1bab3506fbc712ecbaa842c4d2d"
[[override]]
name = "github.com/grpc-ecosystem/grpc-gateway"
source = "https://github.com/grpc-ecosystem/grpc-gateway"
revision = "78a473d0e7485950359c782b3c663ee6981eed0c"
################################