Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions CoordinateWithConsensus/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,22 @@ module github.com/travisjeffery/proglog
require (
github.com/casbin/casbin v1.9.1
github.com/davecgh/go-spew v1.1.1
github.com/golang/protobuf v1.4.1
github.com/golang/protobuf v1.5.2
github.com/grpc-ecosystem/go-grpc-middleware v1.1.0
github.com/hashicorp/raft v1.1.1
github.com/hashicorp/raft-boltdb v0.0.0-20191021154308-4207f1bf0617
github.com/hashicorp/serf v0.8.5
github.com/soheilhy/cmux v0.1.4
github.com/stretchr/testify v1.4.0
github.com/stretchr/testify v1.8.1
github.com/travisjeffery/go-dynaport v0.0.0-20171218080632-f8768fb615d5
github.com/tysontate/gommap v0.0.0-20190103205956-899e1273fb5c
go.opencensus.io v0.22.4
go.opencensus.io v0.24.0
go.uber.org/zap v1.10.0
golang.org/x/net v0.0.0-20190724013045-ca1201d0de80 // indirect
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013
google.golang.org/grpc v1.32.0
google.golang.org/protobuf v1.25.0
golang.org/x/net v0.7.0 // indirect
google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f
google.golang.org/grpc v1.52.0
google.golang.org/grpc/examples v0.0.0-20230222033013-5353eaa44095 // indirect
google.golang.org/protobuf v1.28.1
launchpad.net/gocheck v0.0.0-20140225173054-000000000087 // indirect
)

Expand Down
Loading