Skip to content

Commit

Permalink
add raftexample go module
Browse files Browse the repository at this point in the history
Signed-off-by: Mustafa Elbehery <[email protected]>
  • Loading branch information
Elbehery committed Feb 5, 2024
1 parent e838586 commit 9e38675
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
8 changes: 8 additions & 0 deletions raftexample/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module go.etcd.io/raft/v3/raftexample

go 1.21

require (
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.26.0 // indirect
)
4 changes: 4 additions & 0 deletions raftexample/go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
go.uber.org/multierr v1.11.0 h1:blXXJkSxSSfBVBlC76pxqeO+LN3aDfLQo+309xJstO0=
go.uber.org/multierr v1.11.0/go.mod h1:20+QtiLqy0Nd6FdQB9TLXag12DsQkrbs3htMFfDN80Y=
go.uber.org/zap v1.26.0 h1:sI7k6L95XOKS281NhVKOFCUNIvv9e0w4BF8N3u+tCRo=
go.uber.org/zap v1.26.0/go.mod h1:dtElttAiwGvoJ/vj4IwHBS/gXsEu/pZ50mUIRWuG0so=

0 comments on commit 9e38675

Please sign in to comment.