-
Notifications
You must be signed in to change notification settings - Fork 5
/
Gopkg.toml
97 lines (74 loc) · 1.79 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
[prune]
go-tests = true
unused-packages = true
[[constraint]]
name = "github.com/asaskevich/EventBus"
branch = "master"
[[constraint]]
name = "github.com/azer/logger"
branch = "forceColors"
source = "github.com/bitspill/logger"
[[constraint]]
name = "github.com/bitspill/flod"
branch = "master"
[[constraint]]
name = "github.com/bitspill/flosig"
branch = "master"
[[constraint]]
name = "github.com/bitspill/floutil"
branch = "master"
[[constraint]]
name = "github.com/bitspill/protoPatch"
branch = "master"
[[constraint]]
name = "github.com/cloudflare/backoff"
branch = "master"
[[constraint]]
name = "github.com/davecgh/go-spew"
version = "1.1.1"
[[constraint]]
name = "github.com/dustin/go-humanize"
version = "1.0.0"
[[constraint]]
name = "github.com/evanphx/json-patch"
version = "v4.6.0"
[[constraint]]
name = "github.com/gobuffalo/packr"
version = "2.7.1"
[[constraint]]
name = "github.com/golang/protobuf"
version = "1.3.2"
[[constraint]]
name = "github.com/gorilla/handlers"
version = "1.4.2"
[[constraint]]
name = "github.com/gorilla/mux"
version = "1.7.3"
[[constraint]]
name = "github.com/hashicorp/golang-lru"
version = "0.5.4"
[[constraint]]
name = "github.com/jhump/protoreflect"
version = "1.6.0"
[[constraint]]
name = "github.com/json-iterator/go"
version = "1.1.9"
[[constraint]]
name = "github.com/oipwg/proto"
branch = "master"
source = "github.com/bitspill/proto"
[[constraint]]
name = "github.com/pkg/errors"
version = "0.8.1"
[[constraint]]
name = "github.com/rs/cors"
version = "1.7.0"
[[constraint]]
name = "github.com/spf13/pflag"
version = "1.0.5"
[[constraint]]
name = "github.com/spf13/viper"
version = "1.6.2"
[[constraint]]
name = "gopkg.in/olivere/elastic.v6"
version = "6.2.27"