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 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62
|
Source: golang-github-google-certificate-transparency
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Tim Potter <tpot@hpe.com>
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-any,
golang-github-golang-mock-dev,
golang-github-gorilla-mux-dev,
golang-github-hashicorp-golang-lru-v2-dev,
golang-github-jmoiron-sqlx-dev,
golang-github-juju-ratelimit-dev,
golang-github-mattn-go-sqlite3-dev,
golang-github-mreiferson-go-httpclient-dev,
golang-github-rs-cors-dev,
golang-github-spf13-cobra-dev,
golang-github-spf13-pflag-dev,
golang-github-stretchr-testify-dev,
golang-github-transparency-dev-merkle-dev,
golang-golang-x-mod-dev,
golang-golang-x-net-dev,
golang-google-protobuf-dev,
golang-k8s-klog-dev,
libssl-dev
Standards-Version: 4.7.0
Homepage: https://github.com/google/certificate-transparency-go
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-google-certificate-transparency
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-google-certificate-transparency.git
XS-Go-Import-Path: github.com/google/certificate-transparency-go
Testsuite: autopkgtest-pkg-go
Rules-Requires-Root: no
Package: golang-github-google-certificate-transparency-dev
Architecture: all
Depends: golang-github-golang-mock-dev,
golang-github-gorilla-mux-dev,
golang-github-hashicorp-golang-lru-v2-dev,
golang-github-jmoiron-sqlx-dev,
golang-github-juju-ratelimit-dev,
golang-github-mattn-go-sqlite3-dev,
golang-github-mreiferson-go-httpclient-dev,
golang-github-rs-cors-dev,
golang-github-spf13-cobra-dev,
golang-github-spf13-pflag-dev,
golang-github-stretchr-testify-dev,
golang-github-transparency-dev-merkle-dev,
golang-golang-x-mod-dev,
golang-golang-x-net-dev,
golang-google-protobuf-dev,
golang-k8s-klog-dev,
${misc:Depends},
${shlibs:Depends}
Breaks: golang-github-sigstore-sigstore-go-dev (<< 0.6.2-3~)
Description: Framework for monitoring and auditing SSL certificates
The Certificate Transparency project provides a framework to explore
ideas to improve the security of HTTPS connections by adding new
functional components to the current SSL security system: logging,
monitoring and auditing.
.
Please see http://www.certificate-transparency.org for more details
about certificate transparency and how it works.
|