forked from Nordstrom/choices
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
40 lines (40 loc) · 1014 Bytes
/
manifest.json
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
{
"dependencies": {
"github.com/boltdb/bolt": {
"branch": "master"
},
"github.com/foolusion/elwinprotos": {
"version": "v1.0.0rc1"
},
"github.com/gogo/protobuf": {
"branch": "master"
},
"github.com/grpc-ecosystem/go-grpc-prometheus": {
"branch": "master"
},
"github.com/grpc-ecosystem/grpc-gateway": {
"version": "^1.2.0"
},
"github.com/pkg/errors": {
"branch": "master"
},
"github.com/prometheus/client_golang": {
"branch": "master"
},
"github.com/spf13/viper": {
"branch": "master"
},
"golang.org/x/net": {
"branch": "master"
},
"google.golang.org/grpc": {
"branch": "master"
},
"gopkg.in/mgo.v2": {
"branch": "v2"
},
"k8s.io/apimachinery": {
"branch": "master"
}
}
}