diff options
| author | Evgeny Pisemsky <mail@pisemsky.site> | 2026-08-30 15:50:35 +0300 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-09-01 23:05:47 +0100 |
| commit | fd8aad31a88025b1d73df5a4ac5f1272efdfaaf2 (patch) | |
| tree | 19155f1e8fb8069faa20694c9c5e5371983cb010 /gnu | |
| parent | bbf2ee34136017ba0dfabfde0a58a22ddc3d8d43 (diff) | |
gnu: Add go-h12-io-socks.
* gnu/packages/golang-web.scm (go-h12-io-socks): New variable.
Relates-to: guix/guix!10749
Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/golang-web.scm | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm index 42ec487790f..c72b9847207 100644 --- a/gnu/packages/golang-web.scm +++ b/gnu/packages/golang-web.scm | |||
| @@ -25499,6 +25499,36 @@ Telegram Bot API}. This package provides the best of its kind API for command | |||
| 25499 | routing, inline query requests and keyboards, as well as callbacks.") | 25499 | routing, inline query requests and keyboards, as well as callbacks.") |
| 25500 | (license license:expat))) | 25500 | (license license:expat))) |
| 25501 | 25501 | ||
| 25502 | (define-public go-h12-io-socks | ||
| 25503 | (package | ||
| 25504 | (name "go-h12-io-socks") | ||
| 25505 | (version "1.0.3") | ||
| 25506 | (source | ||
| 25507 | (origin | ||
| 25508 | (method git-fetch) | ||
| 25509 | (uri (git-reference | ||
| 25510 | (url "https://github.com/h12w/socks") | ||
| 25511 | (commit (string-append "v" version)))) | ||
| 25512 | (file-name (git-file-name name version)) | ||
| 25513 | (sha256 | ||
| 25514 | (base32 "1z05aa8j9p5hmbgmxsql1dx3b2vmy5zzz3629pbbs5517rlbc0v8")))) | ||
| 25515 | (build-system go-build-system) | ||
| 25516 | (arguments | ||
| 25517 | (list | ||
| 25518 | #:import-path "h12.io/socks" | ||
| 25519 | #:test-flags | ||
| 25520 | #~(list "-vet=off"))) | ||
| 25521 | (native-inputs | ||
| 25522 | (list go-github-com-h12w-go-socks5)) | ||
| 25523 | (propagated-inputs | ||
| 25524 | (list go-github-com-phayes-freeport)) | ||
| 25525 | (home-page "https://h12.io/socks") | ||
| 25526 | (synopsis "SOCKS proxy client implementation") | ||
| 25527 | (description | ||
| 25528 | "This package provides a proxy client for Go supporting SOCKS4, SOCKS4A | ||
| 25529 | and SOCKS5.") | ||
| 25530 | (license license:bsd-2))) | ||
| 25531 | |||
| 25502 | (define-public go-k8s-io-cri-api | 25532 | (define-public go-k8s-io-cri-api |
| 25503 | (package | 25533 | (package |
| 25504 | (name "go-k8s-io-cri-api") | 25534 | (name "go-k8s-io-cri-api") |
