-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
35 lines (34 loc) · 1.67 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
module github.com/hpidcock/pub2sub
require (
cloud.google.com/go v0.33.0 // indirect
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/cenkalti/backoff v0.0.0-20180608134919-40a8ae23580e
github.com/coreos/etcd v3.3.10+incompatible
github.com/fatih/camelcase v1.0.0 // indirect
github.com/fatih/structs v1.1.0 // indirect
github.com/go-redis/redis v6.14.3-0.20181113131900-effc0c507aa2+incompatible
github.com/gobuffalo/packr v1.21.0
github.com/gogo/protobuf v1.1.1
github.com/golang/lint v0.0.0-20181026193005-c67002cb31c3 // indirect
github.com/google/uuid v1.0.0
github.com/hashicorp/go-multierror v1.0.0
github.com/hpidcock/go-pub-sub-channel v0.0.0-20180610094134-0700c64a4003
github.com/koding/cache v0.0.0-20161222233015-e8a81b0b3f20
github.com/koding/multiconfig v0.0.0-20171124222453-69c27309b2d7
github.com/kr/pty v1.1.3 // indirect
github.com/markbates/grift v1.0.5 // indirect
github.com/stretchr/testify v1.2.2
github.com/thoas/go-funk v0.0.0-20181020164546-fbae87fb5b5c
golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3 // indirect
golang.org/x/net v0.0.0-20181114220301-adae6a3d119a
golang.org/x/oauth2 v0.0.0-20181106182150-f42d05182288 // indirect
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f
golang.org/x/sys v0.0.0-20181107165924-66b7b1311ac8 // indirect
golang.org/x/tools v0.0.0-20181114190951-94339b83286c // indirect
google.golang.org/appengine v1.3.0 // indirect
google.golang.org/genproto v0.0.0-20181109154231-b5d43981345b // indirect
google.golang.org/grpc v1.16.0
gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce // indirect
gopkg.in/yaml.v2 v2.2.1 // indirect
honnef.co/go/tools v0.0.0-20180920025451-e3ad64cb4ed3 // indirect
)