mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add go-github-com-sacloud-go-http.
* gnu/packages/golang-web.scm (go-github-com-sacloud-go-http): New variable. Change-Id: I96e04ad09fa755baff33edbbff3e5d40d466fcfc
This commit is contained in:
parent
a974cf2f85
commit
bb867460c7
1 changed files with 30 additions and 0 deletions
|
@ -7590,6 +7590,36 @@ per host/process
|
||||||
@end itemize")
|
@end itemize")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public go-github-com-sacloud-go-http
|
||||||
|
(package
|
||||||
|
(name "go-github-com-sacloud-go-http")
|
||||||
|
(version "0.1.9")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/sacloud/go-http")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1c7anxj00sam5q06jlqhi1z39p19p7nffd5q07j78pahcskgvpim"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "github.com/sacloud/go-http"))
|
||||||
|
(native-inputs
|
||||||
|
(list go-github-com-stretchr-testify))
|
||||||
|
(propagated-inputs
|
||||||
|
(list go-github-com-hashicorp-go-retryablehttp
|
||||||
|
go-go-uber-org-ratelimit))
|
||||||
|
(home-page "https://github.com/sacloud/go-http")
|
||||||
|
(synopsis "HTTP client library for SAKURA cloud in Go")
|
||||||
|
(description
|
||||||
|
"This package provides a HTTP client functionality that can be used
|
||||||
|
across various @url{https://www.sakura.ad.jp/, Sakura Cloud} APIs (IaaS,
|
||||||
|
ObjectStorage, PHY, etc.).")
|
||||||
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public go-github-com-safchain-ethtool
|
(define-public go-github-com-safchain-ethtool
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-safchain-ethtool")
|
(name "go-github-com-safchain-ethtool")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue