-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
26 lines (23 loc) · 893 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
26
module github.com/TuhinNair/simplog
go 1.16
require (
github.com/casbin/casbin v1.9.1
github.com/gorilla/mux v1.8.0
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
github.com/hashicorp/raft v1.3.1
github.com/hashicorp/raft-boltdb v0.0.0-00010101000000-000000000000
github.com/hashicorp/serf v0.8.5
github.com/soheilhy/cmux v0.1.5
github.com/spf13/cobra v1.1.3
github.com/spf13/viper v1.7.0
github.com/stretchr/testify v1.7.0
github.com/travisjeffery/go-dynaport v1.0.0
github.com/tysontate/gommap v0.0.0-20210506040252-ef38c88b18e1
go.opencensus.io v0.22.2
go.uber.org/zap v1.10.0
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013
google.golang.org/grpc v1.38.0
google.golang.org/protobuf v1.26.0
launchpad.net/gocheck v0.0.0-20140225173054-000000000087 // indirect
)
replace github.com/hashicorp/raft-boltdb => github.com/travisjeffery/raft-boltdb v1.0.0