golang-github-hashicorp-raft 1.1.1-4 source package in Ubuntu

Changelog

golang-github-hashicorp-raft (1.1.1-4) unstable; urgency=medium

  * patch correction: disabled "TestRaft_RecoverCluster".

 -- Dmitry Smirnov <email address hidden>  Mon, 23 Dec 2019 19:31:12 +1100

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-hashicorp-raft_1.1.1-4.dsc 2.3 KiB 1bc608b709ef3107b81d0d60f2f0fa910d4ef1513409e706a7cda05716ab71d9
golang-github-hashicorp-raft_1.1.1.orig.tar.xz 97.6 KiB f841056b95d61ad1147546f0f4e10fe20bb92b83c45f9992658057c277093ebc
golang-github-hashicorp-raft_1.1.1-4.debian.tar.xz 8.6 KiB 16cee87d1099e9e5451d044e1ad8ea0a2f3153853cd05c5a1f31b4fe0e2b2883

Available diffs

No changes file available.

Binary packages built by this source

golang-github-hashicorp-raft-dev: implementation of the Raft consensus protocol

 raft is a Go library that manages a replicated log and can be
 used with an FSM to manage replicated state machines. It is
 a library for providing consensus.