-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
122 lines (120 loc) · 5.39 KB
/
go.mod
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
114
115
116
117
118
119
120
121
122
module golang-example
go 1.13
require (
cirello.io/oversight v1.0.3
cirello.io/supervisor v1.0.3
cloud.google.com/go v0.44.3 // indirect
github.com/DATA-DOG/go-sqlmock v1.3.3
github.com/DataDog/zstd v1.4.1 // indirect
github.com/GeertJohan/go.rice v1.0.0 // indirect
github.com/Jeffail/gabs/v2 v2.1.0
github.com/Sereal/Sereal v0.0.0-20190618215532-0b8ac451a863 // indirect
github.com/ShinyTrinkets/overseer v0.4.0
github.com/ThreeDotsLabs/watermill v1.0.2
github.com/ThreeDotsLabs/watermill-http v1.0.2
github.com/ThreeDotsLabs/watermill-sql v1.1.1
github.com/VividCortex/gohistogram v1.0.0 // indirect
github.com/afex/hystrix-go v0.0.0-20180502004556-fa1af6a1f4f5
github.com/asdine/storm v2.1.2+incompatible
github.com/aws/aws-sdk-go v1.24.5 // indirect
github.com/beevik/etree v1.1.0
github.com/casbin/casbin v1.9.1
github.com/casbin/xorm-adapter v0.0.0-20190716004226-a317737a1007
github.com/clbanning/mxj v1.8.4
github.com/coreos/go-semver v0.3.0 // indirect
github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f // indirect
github.com/daaku/go.zipexe v1.0.1 // indirect
github.com/dgraph-io/badger v1.6.0
github.com/go-kit/kit v0.8.0
github.com/go-sql-driver/mysql v1.4.1
github.com/go-xorm/xorm v0.7.5 // indirect
github.com/gogo/protobuf v1.3.0
github.com/golang/mock v1.3.1
github.com/golang/protobuf v1.3.2
github.com/golang/snappy v0.0.1 // indirect
github.com/gomodule/redigo v2.0.0+incompatible
github.com/google/go-cmp v0.3.1 // indirect
github.com/google/gops v0.3.6
github.com/gorilla/mux v1.7.3
github.com/gorilla/rpc v1.2.0 // indirect
github.com/gorilla/sessions v1.2.0 // indirect
github.com/gorilla/websocket v1.4.1
github.com/gotk3/gotk3 v0.0.0-20191010201156-711c17fcaec0 // indirect
github.com/grpc-ecosystem/go-grpc-middleware v1.0.1-0.20190118093823-f849b5445de4
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
github.com/hashicorp/golang-lru v0.5.3 // indirect
github.com/hashicorp/memberlist v0.1.4
github.com/hashicorp/serf v0.8.5
github.com/jinzhu/gorm v1.9.11
github.com/jmoiron/sqlx v1.2.0
github.com/jpillora/overseer v0.0.0-20190427034852-ce9055846616
github.com/koding/websocketproxy v0.0.0-20181220232114-7ed82d81a28c
github.com/konimarti/opc v0.3.0
github.com/labstack/echo-contrib v0.7.0 // indirect
github.com/labstack/echo/v4 v4.1.10
github.com/mattn/go-colorable v0.1.4 // indirect
github.com/mattn/go-isatty v0.0.11 // indirect
github.com/mattn/go-sqlite3 v1.11.0
github.com/minio/highwayhash v1.0.0 // indirect
github.com/mitchellh/mapstructure v1.1.2
github.com/mustafaturan/bus v0.1.3
github.com/mustafaturan/monoton v0.3.1
github.com/mwitkow/grpc-proxy v0.0.0-20181017164139-0f1106ef9c76
github.com/myntra/pipeline v0.0.0-20180618182531-2babf4864ce8
github.com/nakagami/firebirdsql v0.0.0-20191006235538-bba3f542e616
github.com/nats-io/nats-server/v2 v2.1.2 // indirect
github.com/nats-io/nats.go v1.9.1
github.com/navono/go-logger v0.0.0-20190816044720-616d07d8284e
github.com/ochinchina/go-ini v1.0.1 // indirect
github.com/ochinchina/go-reaper v0.0.0-20181016012355-6b11389e79fc // indirect
github.com/ochinchina/gorilla-xmlrpc v0.0.0-20171012055324-ecf2fe693a2c // indirect
github.com/ochinchina/supervisord v0.6.3
github.com/ompluscator/dynamic-struct v1.2.0
github.com/pborman/uuid v1.2.0
github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect
github.com/pkg/errors v0.8.1
git.mills.io/prologic/bitcask v0.3.4
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4 // indirect
github.com/prometheus/procfs v0.0.4 // indirect
github.com/rogpeppe/go-charset v0.0.0-20190617161244-0dc95cdf6f31 // indirect
github.com/sasha-s/go-deadlock v0.2.0
github.com/satori/go.uuid v1.2.0
github.com/scipipe/scipipe v0.9.6
github.com/selvatico/go-mocket v1.0.7
github.com/serialx/hashring v0.0.0-20190515033939-7706f26af194
github.com/sevlyar/go-daemon v0.1.5 // indirect
github.com/sirupsen/logrus v1.4.2
github.com/smartystreets/goconvey v0.0.0-20190731233626-505e41936337
github.com/sony/gobreaker v0.4.1 // indirect
github.com/spf13/afero v1.2.2
github.com/spf13/pflag v1.0.3
github.com/sqweek/dialog v0.0.0-20190728103509-6254ed5b0d3c
github.com/streadway/handy v0.0.0-20190108123426-d5acb3125c2a // indirect
github.com/stretchr/testify v1.4.0
github.com/takama/daemon v0.11.0
github.com/thoas/go-funk v0.4.0
github.com/tidwall/gjson v1.3.2
github.com/timshannon/bolthold v0.0.0-20191009161117-ccb01ed9dec4
github.com/urfave/cli v1.21.0
github.com/valyala/fasttemplate v1.1.0 // indirect
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
github.com/vmihailenco/msgpack/v4 v4.2.0
github.com/zserge/lorca v0.1.8
go.etcd.io/bbolt v1.3.3
go.etcd.io/etcd v0.0.0-20190621205006-948e276ca73d
go.uber.org/fx v1.10.0
go.uber.org/zap v1.10.0
golang.org/x/crypto v0.0.0-20191219195013-becbf705a915 // indirect
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553
golang.org/x/perf v0.0.0-20191209155426-36b577b0eb03 // indirect
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
golang.org/x/sys v0.0.0-20191219235734-af0d71d358ab // indirect
golang.org/x/time v0.0.0-20190921001708-c4c64cad1fd0
golang.org/x/tools v0.0.0-20191224055732-dd894d0a8a40 // indirect
google.golang.org/appengine v1.6.2 // indirect
google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55 // indirect
google.golang.org/grpc v1.23.0
gopkg.in/ini.v1 v1.51.0
gopkg.in/src-d/go-billy.v4 v4.3.2
gopkg.in/src-d/go-git.v4 v4.13.1
)