1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
Source: golang-github-canonicalltd-raft-test
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Shengjing Zhu <i@zhsj.me>
Build-Depends: debhelper (>= 11),
dh-golang,
golang-any,
golang-github-hashicorp-logutils-dev,
golang-github-hashicorp-raft-dev,
golang-github-pkg-errors-dev,
golang-github-stretchr-testify-dev
Standards-Version: 4.1.5
Homepage: https://github.com/CanonicalLtd/raft-test
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-canonicalltd-raft-test
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-canonicalltd-raft-test.git
XS-Go-Import-Path: github.com/CanonicalLtd/raft-test
Testsuite: autopkgtest-pkg-go
Package: golang-github-canonicalltd-raft-test-dev
Architecture: all
Depends: ${misc:Depends},
golang-github-hashicorp-logutils-dev,
golang-github-hashicorp-raft-dev,
golang-github-pkg-errors-dev,
golang-github-stretchr-testify-dev
Description: raft testing helpers
This package provides the rafttest package, which contains helpers
to test code based on the raft Go package from Hashicorp
|