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

Changelog

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

  * Team upload
  * New upstream release
  * Refresh patches
  * Bump Standards-Version to 4.6.2 (no changes)
  * Replace dh-golang with dh-sequence-golang
  * debian/gbp.conf: update to current team standards
  * debian/control:
    - update Maintainer email address
    - change Section to golang
    - reorder fields based on dh-make-golang template
    - wrap-and-sort -at
    - add Rules-Requires-Root: no
    - add Multi-Arch: foreign

 -- Daniel Swarbrick <email address hidden>  Tue, 18 Jul 2023 21:00:49 +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.2.1-1.dsc 2.4 KiB 292d1d14d9ce5625307ebe10eede6d11471a125c0cd96a5d2773fd417872fa4a
golang-github-hashicorp-raft_1.2.1.orig.tar.xz 101.9 KiB fbb671985ce0f2041110635e57b77d37cba33e1eab4cfa41f3cf9d43e1d211b4
golang-github-hashicorp-raft_1.2.1-1.debian.tar.xz 4.0 KiB dd7b670bcf756e8e767a610d18f321945c83060d57dd25f28219f43cc3216bd9

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.