golang-github-hashicorp-raft 1.4.0-1 source package in Ubuntu

Changelog

golang-github-hashicorp-raft (1.4.0-1) unstable; urgency=medium

  * Team upload
  * New upstream release
  * debian/watch: fix omitted trailing slash

 -- Daniel Swarbrick <email address hidden>  Tue, 25 Jul 2023 11:05:05 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-hashicorp-raft_1.4.0-1.dsc 2.4 KiB 88e8a18b1cfd122a596d6ec5732060107707b90021570042e28578f25f808ecc
golang-github-hashicorp-raft_1.4.0.orig.tar.gz 154.2 KiB aed40b2d6ba11cc25599ff71848815cc5c25828d063467306530e1279ff37f48
golang-github-hashicorp-raft_1.4.0-1.debian.tar.xz 3.8 KiB d87c4f0ebde3d20c0531d925933eafd5edce4e326df5a8a58c3a3b310597fc70

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.