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

Changelog

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

  * Disabled randomly failing test (Closes: #923820).
  * Standards-Version: 4.4.1
  * (Build-)Depends:
    = golang-github-hashicorp-go-msgpack-dev (>= 0.5.5~)

 -- Dmitry Smirnov <email address hidden>  Thu, 19 Dec 2019 11:01: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-3.dsc 2.3 KiB 799da6a9d9b22c97a0de556b8f5bb498b5a57f962aa6128f35e383e5678971ee
golang-github-hashicorp-raft_1.1.1.orig.tar.xz 97.6 KiB f841056b95d61ad1147546f0f4e10fe20bb92b83c45f9992658057c277093ebc
golang-github-hashicorp-raft_1.1.1-3.debian.tar.xz 8.5 KiB 5dd05bb5f7da595f7031de5d9a4fa4b5e694c26d88bf7ae2d7db8851562a13f0

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.