-
Notifications
You must be signed in to change notification settings - Fork 4
/
go.mod
26 lines (24 loc) · 1.06 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
module github.com/atomix/raft-replica
go 1.12
require (
cloud.google.com/go v0.43.0 // indirect
github.com/atomix/api v0.0.0-20200123231207-4e5fb1cbaf40
github.com/atomix/go-framework v0.0.0-20200124005401-251d56394345
github.com/gogo/protobuf v1.3.1
github.com/golang/mock v1.3.1
github.com/golang/protobuf v1.3.2
github.com/google/pprof v0.0.0-20190723021845-34ac40c74b70 // indirect
github.com/hashicorp/golang-lru v0.5.3 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/kr/pty v1.1.8 // indirect
github.com/sirupsen/logrus v1.4.2
github.com/stretchr/objx v0.2.0 // indirect
github.com/stretchr/testify v1.4.0
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 // indirect
golang.org/x/mobile v0.0.0-20190806162312-597adff16ade // indirect
golang.org/x/net v0.0.0-20190724013045-ca1201d0de80 // indirect
golang.org/x/sys v0.0.0-20190804053845-51ab0e2deafa // indirect
golang.org/x/tools v0.0.0-20190806215303-88ddfcebc769 // indirect
google.golang.org/grpc v1.23.1
honnef.co/go/tools v0.0.1-2019.2.2 // indirect
)