forked from ligato/cn-infra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gopkg.toml
113 lines (86 loc) · 2.11 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
# Gopkg.toml example
#
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
# for detailed Gopkg.toml documentation.
required = [
"github.com/grpc-ecosystem/grpc-gateway/runtime",
"github.com/golang/protobuf/protoc-gen-go",
]
[[constraint]]
name = "google.golang.org/grpc"
version = "1.14.0"
[[constraint]]
name = "github.com/Shopify/sarama"
version = "1.17.0"
[[constraint]]
name = "github.com/Songmu/prompter"
version = "0.1.0"
[[constraint]]
name = "github.com/alicebob/miniredis"
version = "2.3.0"
[[constraint]]
name = "github.com/bsm/sarama-cluster"
version = "2.1.11"
[[constraint]]
name = "github.com/coreos/etcd"
version = "~3.3.10"
[[constraint]]
name = "github.com/ghodss/yaml"
version = "1.0.0"
[[constraint]]
name = "github.com/go-redis/redis"
version = "6.8.2"
[[constraint]]
branch = "master"
name = "github.com/gocql/gocql"
[[constraint]]
name = "github.com/golang/protobuf"
version = "1.1.1"
[[constraint]]
name = "github.com/gorilla/mux"
version = "1.6.1"
[[constraint]]
branch = "master"
name = "github.com/howeyc/crc16"
[[constraint]]
branch = "master"
name = "github.com/maraino/go-mock"
[[constraint]]
name = "github.com/namsral/flag"
version = "1.7.4-pre"
[[constraint]]
name = "github.com/onsi/gomega"
version = "1.3.0"
[[constraint]]
name = "github.com/prometheus/client_golang"
version = "0.8.0"
[[constraint]]
branch = "master"
name = "github.com/satori/go.uuid"
[[constraint]]
name = "github.com/sirupsen/logrus"
version = "1.0.4"
[[constraint]]
branch = "master"
name = "github.com/unrolled/render"
[[constraint]]
branch = "master"
name = "github.com/willfaught/gockle"
[[constraint]]
branch = "master"
name = "golang.org/x/net"
[[constraint]]
name = "github.com/evalphobia/logrus_fluent"
version = "~0.4.0"
[[constraint]]
branch = "master"
name = "github.com/boltdb/bolt"
[[override]]
name = "github.com/grpc-ecosystem/grpc-gateway"
version = "1.4.1"
[[override]]
name = "github.com/coreos/bbolt"
version = "1.3.1-coreos.6"
[prune]
go-tests = true
unused-packages = true