mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: Add go-github-com-libp2p-go-doh-resolver.
* gnu/packages/golang-web.scm (go-github-com-libp2p-go-doh-resolver): New variable. Change-Id: I581c6032fbb9b6ffe74423172359b65ced119ab3 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
b1fd511477
commit
71e1d0a437
1 changed files with 30 additions and 0 deletions
|
@ -2698,6 +2698,36 @@ (define-public go-github-com-libp2p-go-cidranger
|
||||||
published AWS Route53 CIDR 52.95.110.0/24), IP routing rules, etc.")
|
published AWS Route53 CIDR 52.95.110.0/24), IP routing rules, etc.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public go-github-com-libp2p-go-doh-resolver
|
||||||
|
(package
|
||||||
|
(name "go-github-com-libp2p-go-doh-resolver")
|
||||||
|
(version "0.4.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/libp2p/go-doh-resolver")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0asni7f3gd65bjfqz99fqchz9y75cpgmfwkkhsbq0y2dydagw666"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "github.com/libp2p/go-doh-resolver"))
|
||||||
|
(native-inputs
|
||||||
|
(list go-github-com-stretchr-testify))
|
||||||
|
(propagated-inputs
|
||||||
|
(list go-github-com-ipfs-go-log-v2
|
||||||
|
go-github-com-miekg-dns
|
||||||
|
go-github-com-multiformats-go-multiaddr-dns))
|
||||||
|
(home-page "https://github.com/libp2p/go-doh-resolver")
|
||||||
|
(synopsis "DNS over HTTPS resolver")
|
||||||
|
(description
|
||||||
|
"This package provides an implementation DNS over HTTPS resolver as
|
||||||
|
specified in @url{https://datatracker.ietf.org/doc/html/rfc8484, RFC 8484}.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-libp2p-go-flow-metrics
|
(define-public go-github-com-libp2p-go-flow-metrics
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-libp2p-go-flow-metrics")
|
(name "go-github-com-libp2p-go-flow-metrics")
|
||||||
|
|
Loading…
Reference in a new issue