mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: Add go-github-com-realclientip-realclientip-go.
* gnu/packages/golang-web.scm (go-github-com-realclientip-realclientip-go): New variable. Change-Id: I523b5a6435567e02e2f7123a560cb9c414681263
This commit is contained in:
parent
1cdfd9e33d
commit
e0838463c2
1 changed files with 24 additions and 0 deletions
|
@ -6971,6 +6971,30 @@ (define-public go-github-com-rcrowley-go-metrics
|
||||||
library.")
|
library.")
|
||||||
(license license:bsd-2)))
|
(license license:bsd-2)))
|
||||||
|
|
||||||
|
(define-public go-github-com-realclientip-realclientip-go
|
||||||
|
(package
|
||||||
|
(name "go-github-com-realclientip-realclientip-go")
|
||||||
|
(version "1.0.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/realclientip/realclientip-go")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1mg3nrb4b1q38q9j1diz4pl2nqpa3ay45gi81i6ma3bvss8v7ri3"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "github.com/realclientip/realclientip-go"))
|
||||||
|
(home-page "https://github.com/realclientip/realclientip-go")
|
||||||
|
(synopsis "Go reference implementation of \"real\" client IP algorithms")
|
||||||
|
(description
|
||||||
|
"Package realclientip provides strategies for obtaining the \"real\"
|
||||||
|
client IP from HTTP requests.")
|
||||||
|
(license license:bsd-0)))
|
||||||
|
|
||||||
(define-public go-github-com-rs-cors
|
(define-public go-github-com-rs-cors
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-rs-cors")
|
(name "go-github-com-rs-cors")
|
||||||
|
|
Loading…
Reference in a new issue