-
Notifications
You must be signed in to change notification settings - Fork 5
/
go.mod
25 lines (23 loc) · 921 Bytes
/
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
module github.com/ksrichard/easyraft
go 1.16
require (
github.com/Jille/raft-grpc-transport v1.2.0
github.com/grandcat/zeroconf v1.0.0
github.com/hashicorp/go-multierror v1.1.0 // indirect
github.com/hashicorp/go-uuid v1.0.1 // indirect
github.com/hashicorp/memberlist v0.3.0
github.com/hashicorp/raft v1.3.2
github.com/hashicorp/raft-boltdb v0.0.0-20210422161416-485fa74b0b01
github.com/miekg/dns v1.1.41 // indirect
github.com/mitchellh/mapstructure v1.4.2
github.com/vmihailenco/msgpack/v5 v5.3.5
github.com/zemirco/uid v0.0.0-20160129141151-3763f3c45832
golang.org/x/net v0.0.0-20211123203042-d83791d6bcd9 // indirect
golang.org/x/sys v0.0.0-20211124211545-fe61309f8881 // indirect
google.golang.org/genproto v0.0.0-20211118181313-81c1377c94b1 // indirect
google.golang.org/grpc v1.42.0
google.golang.org/protobuf v1.27.1
k8s.io/api v0.22.4
k8s.io/apimachinery v0.22.4
k8s.io/client-go v0.22.4
)