forked from liftbridge-io/liftbridge
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
28 lines (26 loc) · 1.13 KB
/
go.mod
File metadata and controls
28 lines (26 loc) · 1.13 KB
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
module github.com/liftbridge-io/liftbridge
go 1.13
require (
github.com/Workiva/go-datastructures v1.0.52
github.com/dustin/go-humanize v1.0.0
github.com/golang/protobuf v1.3.5
github.com/hako/durafmt v0.0.0-20191009132224-3f39dc1ed9f4
github.com/hashicorp/raft v1.1.2
github.com/hashicorp/raft-boltdb v0.0.0-20191021154308-4207f1bf0617
github.com/liftbridge-io/go-liftbridge v1.0.0-beta.0.20200326225148-69c47c098aea
github.com/liftbridge-io/liftbridge-api v1.0.0-beta.0.20200331034816-58c8311cddaf
github.com/liftbridge-io/nats-on-a-log v0.0.0-20200303015016-68120bc11e03
github.com/natefinch/atomic v0.0.0-20150920032501-a62ce929ffcc
github.com/nats-io/nats-server/v2 v2.1.4
github.com/nats-io/nats.go v1.9.1
github.com/nats-io/nuid v1.0.1
github.com/nsip/gommap v0.0.0-20181229045655-f7881c3a959f
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.4.2
github.com/spf13/viper v1.6.2
github.com/stretchr/testify v1.4.0
github.com/urfave/cli v1.22.3
golang.org/x/sys v0.0.0-20200327173247-9dae0f8f5775 // indirect
google.golang.org/genproto v0.0.0-20200330113809-af700f360a68 // indirect
google.golang.org/grpc v1.28.0
)