gnu: go-github-com-coreos-go-oidc: Move to (gnu packages golang-web).
* gnu/packages/golang.scm (go-github-com-coreos-go-oidc): Move from here... * gnu/packages/golang-web.scm: ...to here. Change-Id: Iadefbc9c3df2aa291a3eb4c8cc31a5fdf562e138
This commit is contained in:
parent
584bff22f2
commit
66ea5eebb1
2 changed files with 27 additions and 27 deletions
|
@ -182,6 +182,33 @@ (define-public go-github-com-chris-ramon-douceur
|
||||||
(description "This package provides a CSS parser and inliner.")
|
(description "This package provides a CSS parser and inliner.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public go-github-com-coreos-go-oidc
|
||||||
|
(package
|
||||||
|
(name "go-github-com-coreos-go-oidc")
|
||||||
|
(version "2.2.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/coreos/go-oidc")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "11m6slbpi33ynffml7812piq4anhjlf1qszjlsf26f5y7x3qh8n5"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list #:import-path "github.com/coreos/go-oidc"))
|
||||||
|
(propagated-inputs
|
||||||
|
(list go-github-com-pquerna-cachecontrol
|
||||||
|
go-golang-org-x-oauth2
|
||||||
|
go-gopkg-in-square-go-jose-v2))
|
||||||
|
(home-page "https://github.com/coreos/go-oidc")
|
||||||
|
(synopsis "OpenID Connect support for Go")
|
||||||
|
(description
|
||||||
|
"This package enables OpenID Connect support for the
|
||||||
|
@code{go-golang-org-x-oauth2} package.")
|
||||||
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public go-github-com-felixge-httpsnoop
|
(define-public go-github-com-felixge-httpsnoop
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-felixge-httpsnoop")
|
(name "go-github-com-felixge-httpsnoop")
|
||||||
|
|
|
@ -9379,33 +9379,6 @@ (define-public go-github-com-charmbracelet-glamour
|
||||||
use one of our glamorous default themes.")
|
use one of our glamorous default themes.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-coreos-go-oidc
|
|
||||||
(package
|
|
||||||
(name "go-github-com-coreos-go-oidc")
|
|
||||||
(version "2.2.1")
|
|
||||||
(source (origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/coreos/go-oidc")
|
|
||||||
(commit (string-append "v" version))))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"11m6slbpi33ynffml7812piq4anhjlf1qszjlsf26f5y7x3qh8n5"))))
|
|
||||||
(build-system go-build-system)
|
|
||||||
(arguments
|
|
||||||
(list #:import-path "github.com/coreos/go-oidc"))
|
|
||||||
(propagated-inputs
|
|
||||||
(list go-github-com-pquerna-cachecontrol
|
|
||||||
go-golang-org-x-oauth2
|
|
||||||
go-gopkg-in-square-go-jose-v2))
|
|
||||||
(home-page "https://github.com/coreos/go-oidc")
|
|
||||||
(synopsis "OpenID Connect support for Go")
|
|
||||||
(description
|
|
||||||
"This package enables OpenID Connect support for the
|
|
||||||
@code{go-golang-org-x-oauth2} package.")
|
|
||||||
(license license:asl2.0)))
|
|
||||||
|
|
||||||
(define-public go-github-com-coreos-go-oidc-v3
|
(define-public go-github-com-coreos-go-oidc-v3
|
||||||
(package
|
(package
|
||||||
(inherit go-github-com-coreos-go-oidc)
|
(inherit go-github-com-coreos-go-oidc)
|
||||||
|
|
Loading…
Reference in a new issue