mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 23:36:35 +01:00
gnu: Add go-github-com-go-openapi-errors.
* gnu/packages/golang-web.scm (go-github-com-go-openapi-errors): New variable. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: I3676121428a741124a6a15ef0855de48c882ff4a
This commit is contained in:
parent
90efc85499
commit
750fcdad28
1 changed files with 26 additions and 0 deletions
|
@ -1345,6 +1345,32 @@ (define-public go-github-com-go-ldap-ldap
|
||||||
language.")
|
language.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public go-github-com-go-openapi-errors
|
||||||
|
(package
|
||||||
|
(name "go-github-com-go-openapi-errors")
|
||||||
|
(version "0.22.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/go-openapi/errors")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0nikzvknkv0nqdy44dfi096lcvkjnpjfrpg1gqlkg5ffccvdnd9s"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "github.com/go-openapi/errors"))
|
||||||
|
(native-inputs
|
||||||
|
(list go-github-com-stretchr-testify))
|
||||||
|
(home-page "https://github.com/go-openapi/errors")
|
||||||
|
(synopsis "OpenAPI toolkit common errors")
|
||||||
|
(description
|
||||||
|
"Shared errors and error interface used throughout the various libraries
|
||||||
|
found in the go-openapi toolkit.")
|
||||||
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public go-github-com-go-webauthn-webauthn
|
(define-public go-github-com-go-webauthn-webauthn
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-go-webauthn-webauthn")
|
(name "go-github-com-go-webauthn-webauthn")
|
||||||
|
|
Loading…
Reference in a new issue