This repository has been archived by the owner on May 11, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
/
go.mod
48 lines (46 loc) · 2.05 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
module github.com/tsingson/ex-goim
go 1.12
require (
github.com/BurntSushi/toml v0.3.1
github.com/Workiva/go-datastructures v1.0.50 // indirect
github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da // indirect
github.com/boltdb/bolt v1.3.1 // indirect
github.com/dustin/go-humanize v1.0.0 // indirect
github.com/gin-gonic/gin v1.3.0
github.com/gogo/protobuf v1.2.1
github.com/golang/protobuf v1.3.1
github.com/gomodule/redigo v2.0.0+incompatible
github.com/hako/durafmt v0.0.0-20180520121703-7b7ae1e72ead // indirect
github.com/hashicorp/go-immutable-radix v1.0.0 // indirect
github.com/hashicorp/go-msgpack v0.5.3 // indirect
github.com/hashicorp/raft v1.0.0 // indirect
github.com/hashicorp/raft-boltdb v0.0.0-20171010151810-6e5ba93211ea // indirect
github.com/imdario/mergo v0.3.7
github.com/karrick/godirwalk v1.8.0
github.com/liftbridge-io/go-liftbridge v0.0.0-20181231191109-b4f9a50124b8
github.com/liftbridge-io/liftbridge v0.0.0-20190328045118-ea1a979b5687
github.com/liftbridge-io/nats-on-a-log v0.0.0-20180718011723-80d0727461af // indirect
github.com/natefinch/atomic v0.0.0-20150920032501-a62ce929ffcc // indirect
github.com/nats-io/gnatsd v1.4.1
github.com/nats-io/go-nats v1.7.2
github.com/nats-io/nkeys v0.0.2 // indirect
github.com/nats-io/nuid v1.0.0 // indirect
github.com/nsip/gommap v0.0.0-20181229045655-f7881c3a959f // indirect
github.com/pascaldekloe/goe v0.1.0 // indirect
github.com/pkg/errors v0.8.1
github.com/sirupsen/logrus v1.4.1 // indirect
github.com/spf13/afero v1.2.2
github.com/stretchr/testify v1.3.0
github.com/tsingson/discovery v0.1.2
github.com/tsingson/fastx v0.3.1
github.com/tsingson/go-daemon v0.1.5
github.com/tsingson/uuid v3.2.0+incompatible
github.com/tsingson/zaplogger v0.2.2
github.com/urfave/cli v1.20.0
github.com/zhenjl/cityhash v0.0.0-20131128155616-cdd6a94144ab
go.uber.org/zap v1.9.1
golang.org/x/net v0.0.0-20190328230028-74de082e2cca
golang.org/x/xerrors v0.0.0-20190315151331-d61658bd2e18
google.golang.org/grpc v1.19.1
launchpad.net/gocheck v0.0.0-20140225173054-000000000087 // indirect
)