| 12
 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-jarcoal-httpmock
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Thorsten Alteholz <debian@alteholz.de>
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-maxatome-go-testdeep-dev
Standards-Version: 4.6.2
Homepage: https://github.com/jarcoal/httpmock
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-jarcoal-httpmock
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-jarcoal-httpmock.git
XS-Go-Import-Path: github.com/jarcoal/httpmock
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-go
Package: golang-github-jarcoal-httpmock-dev
Architecture: all
Depends: golang-github-maxatome-go-testdeep-dev,
         ${misc:Depends}
Multi-Arch: foreign
Description: HTTP mocking for Golang
 This package contains software for easy mocking of http responses from
 external resources.
 .
 Activate starts the mock environment. This should be called before your
 tests run. Under the hood this replaces the Transport on the
 http.DefaultClient with DefaultTransport.
 |