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

Changelog

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

  * (Build-)Depends += "golang-github-hashicorp-go-hclog-dev (>= 0.9.2~)"
  * New patch to disable unreliable test.

 -- Dmitry Smirnov <email address hidden>  Tue, 08 Oct 2019 20:36:23 +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-2.dsc 2.3 KiB 529a2d29080185b09b4a384bb78d6513f602434c529214c2b0e7906116c51a0a
golang-github-hashicorp-raft_1.1.1.orig.tar.xz 97.6 KiB f841056b95d61ad1147546f0f4e10fe20bb92b83c45f9992658057c277093ebc
golang-github-hashicorp-raft_1.1.1-2.debian.tar.xz 8.3 KiB 3f37608944101e608216ced1308fae3bd20a71de7b607e8bad1be952317df977

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.