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
|
Source: golang-github-tj-assert
Section: golang
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-golang,
dpkg-build-api (= 1),
golang-any,
golang-github-stretchr-testify-dev,
Standards-Version: 4.7.3
Homepage: https://github.com/tj/assert
Vcs-Browser: https://forgejo.debian.net/golang/golang-github-tj-assert
Vcs-Git: https://forgejo.debian.net/golang/golang-github-tj-assert
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: github.com/tj/assert
Package: golang-github-tj-assert-dev
Section: golang
Architecture: all
Multi-Arch: foreign
Depends:
golang-github-stretchr-testify-dev,
${misc:Depends},
Description: testify/assert but as testify/require (library)
Assertion pkg for Go, split out from github.com/stretchr/testify's
(//github.com/stretchr/testify) require package.
|